summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-05-04 12:14:46 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-05-05 07:43:39 (GMT)
commit238ed995be8f32e815ffb6883144d0547355a8eb (patch)
tree098397073899649bd7e4b0930f5668610be2b5af /tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro
parentf0091ce41a566c8c6c089b4a2ca701f976d15809 (diff)
downloadQt-238ed995be8f32e815ffb6883144d0547355a8eb.zip
Qt-238ed995be8f32e815ffb6883144d0547355a8eb.tar.gz
Qt-238ed995be8f32e815ffb6883144d0547355a8eb.tar.bz2
Move Qt.widgets import to be an unsupported example
Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser
Diffstat (limited to 'tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro')
-rw-r--r--tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro b/tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro
new file mode 100644
index 0000000..eeb784d
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelayoutitem/qdeclarativelayoutitem.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative gui
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qdeclarativelayoutitem.cpp
+
+# Define SRCDIR equal to test's source directory
+DEFINES += SRCDIR=\\\"$$PWD\\\"