QtXmlPatterns: Fix examples installs.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 10 Jul 2012 13:46:31 +0000 (15:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jul 2012 21:40:08 +0000 (23:40 +0200)
Change-Id: I441077a42b65415ea5bf54dc4845f21568e68f21
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
examples/xmlpatterns/schema/schema.pro
examples/xmlpatterns/trafficinfo/trafficinfo.pro

index b2a63da..cc57ef4 100644 (file)
@@ -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
 
index 8367f09..dcde8df 100644 (file)
@@ -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