server-sdk/test/auto/tst_database/tst_sqlite.pro
2019-11-11 15:39:25 +01:00

12 lines
172 B
Prolog

QT += testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_sqlite.cpp
include(../../test.pri)