mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-27 07:44:31 +00:00
19 lines
299 B
Prolog
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)
|