forked from qt-creator/qt-creator
7 lines
140 B
Prolog
7 lines
140 B
Prolog
TEMPLATE = app
|
|
CONFIG += qt warn_on console depend_includepath
|
|
QT = core testlib
|
|
include(../shared/shared.pri)
|
|
|
|
SOURCES += tst_semantic.cpp
|