diff options
Diffstat (limited to 'examples/xmlpatterns/recipes/recipes.pro')
-rw-r--r-- | examples/xmlpatterns/recipes/recipes.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro new file mode 100644 index 0000000..87708a9 --- /dev/null +++ b/examples/xmlpatterns/recipes/recipes.pro @@ -0,0 +1,11 @@ +QT += xmlpatterns +FORMS += forms/querywidget.ui +HEADERS = querymainwindow.h ../shared/xmlsyntaxhighlighter.h +RESOURCES = recipes.qrc +SOURCES = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp +INCLUDEPATH += ../shared/ + +target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes +sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files +sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes +INSTALLS += target sources |