Commit 89c39769 authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Fix building of installed examples.


- Install xmlpatterns.pro and its shared folder
- Add missing resources.

Task-number: QTBUG-27977
Change-Id: Ib7db1d23595cd52bd32d68a9962a7d49dfe7f02d
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent 4c770694
No related merge requests found
Showing with 7 additions and 1 deletion
......@@ -7,7 +7,7 @@ INCLUDEPATH += ../shared/
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/filetree
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
sources.files = $$SOURCES $$HEADERS $$RESOURCES forms queries *.pro *.xq *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/filetree
INSTALLS += target sources
......
TEMPLATE = subdirs
SUBDIRS += xquery
!contains(QT_CONFIG, no-widgets): SUBDIRS += filetree trafficinfo schema recipes
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
sources.files = xmlpatterns.pro shared
sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
INSTALLS += target sources
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment