diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-10-28 22:52:03 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-10-28 22:52:03 (GMT) |
commit | 6849c2f7f7ed0d024b8d8fd506fe59405c636082 (patch) | |
tree | 12bae696891b7f443a10af3e178635434923afb7 /tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro | |
parent | 2a3ebb69d4a91ae233dd015debf9f323a86b79d3 (diff) | |
parent | 88632908b8923e626f36b6132ac179553d39c333 (diff) | |
download | Qt-6849c2f7f7ed0d024b8d8fd506fe59405c636082.zip Qt-6849c2f7f7ed0d024b8d8fd506fe59405c636082.tar.gz Qt-6849c2f7f7ed0d024b8d8fd506fe59405c636082.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro')
-rw-r--r-- | tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro b/tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro index af67373..542c14e 100644 --- a/tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro +++ b/tests/auto/declarative/qmlmetaproperty/qmlmetaproperty.pro @@ -1,3 +1,5 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative +macx:CONFIG -= app_bundle + SOURCES += tst_qmlmetaproperty.cpp |