Files
DbMsgLib/messagingtest/messagingtest.pro
2018-09-02 11:59:25 +02:00

26 lines
303 B
Prolog

QT += core testlib
QT -= gui widgets
TARGET = messagingserver
TEMPLATE = app
CONFIG += testcase
PROJECT_ROOT = ..
DESTDIR = $${OUT_PWD}/$${PROJECT_ROOT}/bin
DBLIBS += core
SOURCES += tst_messagingtest.cpp
HEADERS +=
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/project.pri)