Tests: Add project with suggestions for testing the C++ tools.

This commit is contained in:
Leandro Melo
2010-10-04 17:07:03 +02:00
parent 2ec3acaf4e
commit f1e8e737c9
6 changed files with 330 additions and 0 deletions

View 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