diff options
Diffstat (limited to 'examples/tools/i18n/i18n.pro')
-rw-r--r-- | examples/tools/i18n/i18n.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tools/i18n/i18n.pro b/examples/tools/i18n/i18n.pro index 0ef9a0b1e9..a065611c87 100644 --- a/examples/tools/i18n/i18n.pro +++ b/examples/tools/i18n/i18n.pro @@ -24,3 +24,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |