Files
qt-creator/tests/system/suite_editors/shared/simplePlainCPP/testfiles.pro
Christian Stenger a1a3da9d2d Squish: Add test for renaming macros
Change-Id: I9c9bc9556234ec321c6e3723f5276a0b66f6c90a
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
2012-10-19 13:29:55 +02:00

12 lines
137 B
Prolog

TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.cpp \
testfile.cpp
HEADERS += \
testfile.h