summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/cmptest/cmptest.pro
blob: f38f5ecce16efa4104c59fcd2576a40b871cea32 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += tst_cmptest.cpp
QT = core testlib
qtHaveModule(gui): QT += gui

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = cmptest

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