diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-11-12 09:54:35 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-11-12 11:10:44 (GMT) |
commit | dbdebbc68e42fb7d3f114f0765e2bf75a3fe19c0 (patch) | |
tree | 64f8a8a89cd6f24589205d4d69bbecb6bd340672 /examples/xmlpatterns | |
parent | dc640c58a6d1544f2e7c00f7d866bb7b21aa47ab (diff) | |
download | Qt-dbdebbc68e42fb7d3f114f0765e2bf75a3fe19c0.zip Qt-dbdebbc68e42fb7d3f114f0765e2bf75a3fe19c0.tar.gz Qt-dbdebbc68e42fb7d3f114f0765e2bf75a3fe19c0.tar.bz2 |
xmlpatterns filetree example: make app a bundle on Mac
... like all the other examples.
Reviewed-by: Gabriel
Task-number: QTBUG-5533
Diffstat (limited to 'examples/xmlpatterns')
-rw-r--r-- | examples/xmlpatterns/filetree/filetree.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro index 1683491..4fcf7cb 100644 --- a/examples/xmlpatterns/filetree/filetree.pro +++ b/examples/xmlpatterns/filetree/filetree.pro @@ -2,7 +2,6 @@ SOURCES += main.cpp filetree.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.c HEADERS += filetree.h mainwindow.h ../shared/xmlsyntaxhighlighter.h FORMS += forms/mainwindow.ui QT += xmlpatterns -CONFIG -= app_bundle RESOURCES += queries.qrc INCLUDEPATH += ../shared/ |