Files
DbMsgLib/messagingtest/messagingtest.pro

26 lines
303 B
Prolog
Raw Permalink Normal View History

2018-09-02 11:59:25 +02:00
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)