TestDelete.pro 240 B

12345678910111213141516
  1. QT += testlib sql
  2. QT -= gui
  3. include(../../EasyQtSql/EasyQtSql.pri)
  4. CONFIG += qt console warn_on depend_includepath testcase
  5. CONFIG -= app_bundle
  6. TEMPLATE = app
  7. SOURCES += \
  8. tst_testdelete.cpp
  9. HEADERS += \
  10. ../Shared/Shared.h