aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/applicationwindow/applicationwindow.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-07-20 17:27:05 +0200
committerGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>2015-07-21 09:35:20 +0000
commit70e761fce2fb93959ec2ab99ce9cfb2cad155eda (patch)
tree88d854a5dfdc0f5e92fc2298f12125479b14cf55 /tests/auto/applicationwindow/applicationwindow.pro
parent33f63c7e62382f84e5230f390698927296258b26 (diff)
Add ApplicationWindow auto tests.
These were copied from Qt Quick Controls. There are some issues with regards to QQuickThemeData, so some are commented out for now (see tests for details). I also added a test for QTBUG-47318. Change-Id: Iaee0f4531b8d7bc9b4984146aaf00b76afa77793 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
Diffstat (limited to 'tests/auto/applicationwindow/applicationwindow.pro')
-rw-r--r--tests/auto/applicationwindow/applicationwindow.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/applicationwindow/applicationwindow.pro b/tests/auto/applicationwindow/applicationwindow.pro
new file mode 100644
index 00000000..6665a640
--- /dev/null
+++ b/tests/auto/applicationwindow/applicationwindow.pro
@@ -0,0 +1,15 @@
+CONFIG += testcase
+TARGET = tst_applicationwindow
+SOURCES += tst_applicationwindow.cpp
+
+osx:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib
+
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/*
+