Files
qt-creator/tests/system/suite_editors/shared/simplePlainCPP/testfiles.pro

12 lines
137 B
Prolog
Raw Normal View History

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