server-sdk/test/auto/database/tst_postgresql.pro
2019-11-12 17:42:54 +01:00

12 lines
176 B
Prolog

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