diff options
Diffstat (limited to 'examples/mainwindows/mdi/mdi.pro')
-rw-r--r-- | examples/mainwindows/mdi/mdi.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/mainwindows/mdi/mdi.pro b/examples/mainwindows/mdi/mdi.pro new file mode 100644 index 0000000..4601f1c --- /dev/null +++ b/examples/mainwindows/mdi/mdi.pro @@ -0,0 +1,12 @@ +HEADERS = mainwindow.h \ + mdichild.h +SOURCES = main.cpp \ + mainwindow.cpp \ + mdichild.cpp +RESOURCES = mdi.qrc + +# install +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 |