diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-07-10 15:46:31 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-11 23:40:08 +0200 |
commit | 0c1be7119f169d0a147cecc2d251ba172832dc77 (patch) | |
tree | f7d51209d9158791b16c2b9cb998ddbe4621ea99 /examples | |
parent | fe9f415cf27bc5ea003d14bf7c7ca0484acce3f2 (diff) | |
download | qtxmlpatterns-0c1be7119f169d0a147cecc2d251ba172832dc77.tar.gz |
QtXmlPatterns: Fix examples installs.
Change-Id: I441077a42b65415ea5bf54dc4845f21568e68f21
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmlpatterns/schema/schema.pro | 2 | ||||
-rw-r--r-- | examples/xmlpatterns/trafficinfo/trafficinfo.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro index b2a63da..cc57ef4 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 diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro index 8367f09..dcde8df 100644 --- a/examples/xmlpatterns/trafficinfo/trafficinfo.pro +++ b/examples/xmlpatterns/trafficinfo/trafficinfo.pro @@ -4,7 +4,7 @@ SOURCES = main.cpp mainwindow.cpp stationdialog.cpp stationquery.cpp timeque FORMS = stationdialog.ui target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo -sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo INSTALLS += target sources |