summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro')
-rw-r--r--tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro b/tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro
new file mode 100644
index 00000000..3c7ed484
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativedebugobservermode/app/app.pro
@@ -0,0 +1,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