diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:59:19 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:59:19 (GMT) |
commit | 47af5a1e8ad73de2b18137c0414b794e9fc7001c (patch) | |
tree | 3be81b139fc1bd81340cd64c750f8f34812812e5 /tests/auto/declarative/qmlecmascript | |
parent | 44be8cc3bb1aebd47f75dcf9cae54884322e1955 (diff) | |
download | Qt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.zip Qt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.tar.gz Qt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.tar.bz2 |
Make more mac friendly
Diffstat (limited to 'tests/auto/declarative/qmlecmascript')
-rw-r--r-- | tests/auto/declarative/qmlecmascript/qmlecmascript.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlecmascript/qmlecmascript.pro b/tests/auto/declarative/qmlecmascript/qmlecmascript.pro index ff4d20f..46ae045 100644 --- a/tests/auto/declarative/qmlecmascript/qmlecmascript.pro +++ b/tests/auto/declarative/qmlecmascript/qmlecmascript.pro @@ -1,6 +1,7 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative macx:CONFIG -= app_bundle + SOURCES += tst_qmlecmascript.cpp \ testtypes.cpp HEADERS += testtypes.h |