Files
qt-creator/tests/auto/cplusplus/codegen/codegen.pro

9 lines
215 B
Prolog
Raw Normal View History

TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
CONFIG += qtestlib testcase
CONFIG -= app_bundle
include(../shared/shared.pri)
2010-10-20 14:16:04 +10:00
INCLUDEPATH += $$IDE_SOURCE_TREE/src/plugins
SOURCES += tst_codegen.cpp
2010-10-20 14:16:04 +10:00