2009-02-05 12:35:37 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
CONFIG += qt warn_on console depend_includepath
|
2009-10-26 14:40:36 +01:00
|
|
|
QT += testlib
|
2008-12-22 10:46:15 +01:00
|
|
|
include(../shared/shared.pri)
|
|
|
|
|
|
|
|
SOURCES += tst_semantic.cpp
|
2009-09-22 00:33:38 +10:00
|
|
|
TARGET=tst_$$TARGET
|