SoundBand/tests/tests.pro
2018-08-21 18:21:38 +03:00

19 lines
299 B
Prolog

QT += network multimedia sql testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += \
tst_synctest.cpp
RESOURCES += \
res.qrc
DESTDIR = $$PWD/../installer/packages/SoundBand.Tests/data
include($$PWD/../Sync/Sync.pri)