diff options
Diffstat (limited to 'examples/tools/codecs/codecs.pro')
-rw-r--r-- | examples/tools/codecs/codecs.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tools/codecs/codecs.pro b/examples/tools/codecs/codecs.pro index 6ae225a..7cc0ae8 100644 --- a/examples/tools/codecs/codecs.pro +++ b/examples/tools/codecs/codecs.pro @@ -9,3 +9,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS encodedfiles codecs.pro sources.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |