diff options
Diffstat (limited to 'examples/linguist/linguist.pro')
-rw-r--r-- | examples/linguist/linguist.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/linguist/linguist.pro b/examples/linguist/linguist.pro new file mode 100644 index 0000000..921667d --- /dev/null +++ b/examples/linguist/linguist.pro @@ -0,0 +1,9 @@ +TEMPLATE = subdirs +SUBDIRS = arrowpad \ + hellotr \ + trollprint + +# install +sources.files = README *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/linguist +INSTALLS += sources |