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

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = commandlinedata

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