9 lines
153 B
Prolog
9 lines
153 B
Prolog
SOURCES += tst_cmptest.cpp
|
|
QT = core testlib
|
|
qtHaveModule(gui): QT += gui
|
|
|
|
mac:CONFIG -= app_bundle
|
|
CONFIG -= debug_and_release_target
|
|
|
|
TARGET = cmptest
|