diff options
Diffstat (limited to 'examples/tools/settingseditor/settingseditor.pro')
-rw-r--r-- | examples/tools/settingseditor/settingseditor.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/tools/settingseditor/settingseditor.pro b/examples/tools/settingseditor/settingseditor.pro new file mode 100644 index 0000000..c6838bc --- /dev/null +++ b/examples/tools/settingseditor/settingseditor.pro @@ -0,0 +1,17 @@ +HEADERS = locationdialog.h \ + mainwindow.h \ + settingstree.h \ + variantdelegate.h +SOURCES = locationdialog.cpp \ + main.cpp \ + mainwindow.cpp \ + settingstree.cpp \ + variantdelegate.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS settingseditor.pro inifiles +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |