TestSelect.pro 232 B

1234567891011121314
  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 += tst_testselect.cpp
  8. HEADERS += \
  9. ../Shared/Shared.h