summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/testlib/testlib.pro
blob: 8798f86b18a7d15cde28fda6685c59e6c35cf478 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += tst_testlib.cpp
QT = core testlib

darwin: CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = testlib

include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)