summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/test/dumpertest.pro
blob: 95546a6f26440d69bce511057c99f6edc2ade47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#-------------------------------------------------
#
# Project created by QtCreator 2009-05-05T11:16:25
#
#-------------------------------------------------

TARGET = dumpertest
CONFIG   += console
CONFIG   -= app_bundle
greaterThan(QT_MAJOR_VERSION, 4):QT *= widgets
TEMPLATE = app

SOURCES += main.cpp \
../dumper.cpp

exists($$QMAKE_INCDIR_QT/QtCore/private/qobject_p.h) {
   DEFINES+=HAS_QOBJECT_P_H
}