diff options
Diffstat (limited to 'examples/mainwindows/recentfiles/recentfiles.pro')
-rw-r--r-- | examples/mainwindows/recentfiles/recentfiles.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/mainwindows/recentfiles/recentfiles.pro b/examples/mainwindows/recentfiles/recentfiles.pro new file mode 100644 index 0000000..7c62cdf --- /dev/null +++ b/examples/mainwindows/recentfiles/recentfiles.pro @@ -0,0 +1,9 @@ +HEADERS = mainwindow.h +SOURCES = main.cpp \ + mainwindow.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/recentfiles +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS recentfiles.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/recentfiles +INSTALLS += target sources |