Mercurial > hg > sonic-annotator
view test-svcore-system.pro @ 344:54618edac669 bqaudiostream
Likewise
author | Chris Cannam |
---|---|
date | Mon, 04 Feb 2019 10:21:20 +0000 |
parents | e16e4cda23b9 |
children |
line wrap: on
line source
TEMPLATE = app exists(config.pri) { include(config.pri) } !exists(config.pri) { include(noconfig.pri) } include(base.pri) CONFIG += console QT += network xml testlib QT -= gui win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console macx*: CONFIG -= app_bundle TARGET = test-svcore-system OBJECTS_DIR = o MOC_DIR = o include(svcore/system/test/files.pri) for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/system/test/%1", $$file) } for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/system/test/%1", $$file) } !win32* { QMAKE_POST_LINK = ./$${TARGET} }