forked from qt-creator/qt-creator
Some scripts make use of this convention to differentiate unit tests from applications which happen to link to testlib. Reviewed-by: ossi
8 lines
155 B
Prolog
8 lines
155 B
Prolog
TEMPLATE = app
|
|
CONFIG += qt warn_on console depend_includepath
|
|
QT = core testlib
|
|
include(../shared/shared.pri)
|
|
SOURCES += tst_ast.cpp
|
|
TARGET=tst_$$TARGET
|
|
|