summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextedit
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 05:59:19 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 05:59:19 (GMT)
commit47af5a1e8ad73de2b18137c0414b794e9fc7001c (patch)
tree3be81b139fc1bd81340cd64c750f8f34812812e5 /tests/auto/declarative/qfxtextedit
parent44be8cc3bb1aebd47f75dcf9cae54884322e1955 (diff)
downloadQt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.zip
Qt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.tar.gz
Qt-47af5a1e8ad73de2b18137c0414b794e9fc7001c.tar.bz2
Make more mac friendly
Diffstat (limited to 'tests/auto/declarative/qfxtextedit')
-rw-r--r--tests/auto/declarative/qfxtextedit/qfxtextedit.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qfxtextedit/qfxtextedit.pro b/tests/auto/declarative/qfxtextedit/qfxtextedit.pro
index 90546a4..b5e0464 100644
--- a/tests/auto/declarative/qfxtextedit/qfxtextedit.pro
+++ b/tests/auto/declarative/qfxtextedit/qfxtextedit.pro
@@ -1,5 +1,7 @@
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui
+macx:CONFIG -= app_bundle
+
SOURCES += tst_qfxtextedit.cpp
# Define SRCDIR equal to test's source directory