diff options
Diffstat (limited to 'examples/assistant/assistant.pro')
-rw-r--r-- | examples/assistant/assistant.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/assistant/assistant.pro b/examples/assistant/assistant.pro new file mode 100644 index 0000000..1477178 --- /dev/null +++ b/examples/assistant/assistant.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs +SUBDIRS = simpletextviewer + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/assistant +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS assistant.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/assistant +INSTALLS += target sources |