Mercurial > hg > svcore
view data/fileio/test/test.pro @ 818:5e9ff92ca05e tonioni
instrument is now "click" -- some other minor changes I don't remember
author | matthiasm |
---|---|
date | Thu, 20 Jun 2013 13:47:35 +0100 |
parents | 001d77a720ce |
children | 711a4652d616 |
line wrap: on
line source
TEMPLATE = app LIBS += -L../../.. -lsvcore include(../../../config.pri) CONFIG += qt thread warn_on stl rtti exceptions console QT += network xml testlib QT -= gui TARGET = svcore-test DEPENDPATH += ../../.. INCLUDEPATH += ../../.. OBJECTS_DIR = o MOC_DIR = o HEADERS += AudioFileReaderTest.h \ AudioTestData.h SOURCES += main.cpp win* { PRE_TARGETDEPS += ../../../svcore.lib } !win* { PRE_TARGETDEPS += ../../../libsvcore.a } !win32 { !macx* { QMAKE_POST_LINK=./$${TARGET} } macx* { QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET} } } win32:QMAKE_POST_LINK=./release/$${TARGET}.exe