summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-10 17:21:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-10 18:37:29 +0100
commit129bcf57471d09f15cbfe6dc3ab397689e6eb245 (patch)
treeb4901c52b1f75212303be606e6c40530c2afcd53 /examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
parent539c47c9c93335196dbde56f7ba98de0e6600a38 (diff)
downloadqtwebkit-examples-129bcf57471d09f15cbfe6dc3ab397689e6eb245.tar.gz
Adjust webkit example project install targets.
This follows suit with aeb036e in qtbase. Change-Id: Ifc85b327df81d15f3579b911e07c95a3b7a3bb9d Reviewed-by: Michael Bruning <michael.bruning@digia.com> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro')
-rw-r--r--examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro b/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
new file mode 100644
index 0000000..6ade863
--- /dev/null
+++ b/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
@@ -0,0 +1,10 @@
+
+FORMS += forms/mainwindow.ui
+QT += xmlpatterns webkitwidgets widgets
+SOURCES += qobjectxmlmodel.cpp main.cpp mainwindow.cpp xmlsyntaxhighlighter.cpp
+HEADERS += qobjectxmlmodel.h mainwindow.h xmlsyntaxhighlighter.h
+RESOURCES = queries.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/xmlpatterns/qobjectxmlmodel
+INSTALLS += target