Files
qt-creator/tests/auto/cplusplus/codegen/codegen.pro
2010-07-28 12:10:11 +02:00

8 lines
189 B
Prolog

TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
CONFIG += qtestlib testcase
CONFIG -= app_bundle
include(../shared/shared.pri)
SOURCES += tst_codegen.cpp
TARGET=tst_$$TARGET