forked from qt-creator/qt-creator
Tests: Add project with suggestions for testing the C++ tools.
This commit is contained in:
24
tests/manual/cplusplus-tools/cplusplus-tools.pro
Normal file
24
tests/manual/cplusplus-tools/cplusplus-tools.pro
Normal file
@@ -0,0 +1,24 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2010-10-01T13:24:32
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core
|
||||
|
||||
QT -= gui
|
||||
|
||||
TARGET = cplusplus-tools
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
dummy.cpp \
|
||||
detail/source.cpp
|
||||
|
||||
HEADERS += \
|
||||
dummy.h \
|
||||
detail/header.h
|
||||
Reference in New Issue
Block a user