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