summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro
blob: 3c7ed484951ca921568995c7cc95f62b01d48113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app

QT += declarative declarative-private gui widgets
CONFIG += declarative_debug

CONFIG += console
CONFIG -= app_bundle

DESTDIR = ./

INSTALLS =

SOURCES += main.cpp \
    mainwindow.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

HEADERS += \
    mainwindow.h