From e0cb13a510c0099784fee00d5b4b7c608dd42dd2 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sun, 25 Nov 2012 04:36:33 +0900 Subject: Move no-Gui related QML types from QtQuick into QtQml Task-number: QTBUG-26340 Change-Id: I9049128db2598bf3c7a9d677b774eaae53b54eb5 Reviewed-by: Alan Alpert Reviewed-by: Lars Knoll Reviewed-by: Gunnar Sletta --- tests/auto/qml/qqmltimer/qqmltimer.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/auto/qml/qqmltimer/qqmltimer.pro (limited to 'tests/auto/qml/qqmltimer/qqmltimer.pro') diff --git a/tests/auto/qml/qqmltimer/qqmltimer.pro b/tests/auto/qml/qqmltimer/qqmltimer.pro new file mode 100644 index 0000000000..28f8e6959f --- /dev/null +++ b/tests/auto/qml/qqmltimer/qqmltimer.pro @@ -0,0 +1,9 @@ +CONFIG += testcase +TARGET = tst_qqmltimer +macx:CONFIG -= app_bundle + +SOURCES += tst_qqmltimer.cpp + +CONFIG += parallel_test +QT += core-private gui-private qml-private quick-private gui testlib +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3