diff options
Diffstat (limited to 'examples/mainwindows/mdi/mdi.pro')
-rw-r--r-- | examples/mainwindows/mdi/mdi.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/mainwindows/mdi/mdi.pro b/examples/mainwindows/mdi/mdi.pro index 4601f1c..b0db42c 100644 --- a/examples/mainwindows/mdi/mdi.pro +++ b/examples/mainwindows/mdi/mdi.pro @@ -10,3 +10,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/mdi sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mdi.pro images sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/mdi INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |