diff options
Diffstat (limited to 'examples/linguist/hellotr/hellotr.pro')
-rw-r--r-- | examples/linguist/hellotr/hellotr.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/linguist/hellotr/hellotr.pro b/examples/linguist/hellotr/hellotr.pro index c0065a4..ecd480b 100644 --- a/examples/linguist/hellotr/hellotr.pro +++ b/examples/linguist/hellotr/hellotr.pro @@ -9,3 +9,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr sources.files = $$SOURCES *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |