TestInsert.pro 195 B

1234567891011
  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_testinsert.cpp