Mercurial > hg > sonic-visualiser
view test-svcore-base.pro @ 1490:e4bd2a532ced 3.0-integration
More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos
author | Chris Cannam |
---|---|
date | Fri, 06 Jan 2017 15:44:55 +0000 |
parents | ae3a89df2c9d |
children | a86168d1ba68 |
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-base OBJECTS_DIR = o MOC_DIR = o include(svcore/base/test/files.pri) for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/base/test/%1", $$file) } for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/base/test/%1", $$file) } !win32* { QMAKE_POST_LINK = ./$${TARGET} }