2009-02-05 12:35:37 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
|
CONFIG += qt warn_on console depend_includepath
|
2010-07-13 11:59:37 +10:00
|
|
|
CONFIG += qtestlib testcase
|
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
|