summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema/schema.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-10 15:46:31 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-11 23:40:08 +0200
commit0c1be7119f169d0a147cecc2d251ba172832dc77 (patch)
treef7d51209d9158791b16c2b9cb998ddbe4621ea99 /examples/xmlpatterns/schema/schema.pro
parentfe9f415cf27bc5ea003d14bf7c7ca0484acce3f2 (diff)
QtXmlPatterns: Fix examples installs.
Change-Id: I441077a42b65415ea5bf54dc4845f21568e68f21 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/xmlpatterns/schema/schema.pro')
-rw-r--r--examples/xmlpatterns/schema/schema.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro
index b2a63da6..cc57ef4c 100644
--- a/examples/xmlpatterns/schema/schema.pro
+++ b/examples/xmlpatterns/schema/schema.pro
@@ -6,7 +6,7 @@ SOURCES = main.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
INCLUDEPATH += ../shared/
target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/schema
-sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html files
sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/schema
INSTALLS += target sources