forked from qt-creator/qt-creator
8 lines
170 B
Prolog
8 lines
170 B
Prolog
TEMPLATE = app
|
|
CONFIG += qt warn_on console depend_includepath
|
|
CONFIG += qtestlib testcase
|
|
include(../shared/shared.pri)
|
|
|
|
SOURCES += tst_semantic.cpp
|
|
TARGET=tst_$$TARGET
|