diff options
Diffstat (limited to 'examples/widgets/tools/settingseditor/settingseditor.pro')
-rw-r--r-- | examples/widgets/tools/settingseditor/settingseditor.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/widgets/tools/settingseditor/settingseditor.pro b/examples/widgets/tools/settingseditor/settingseditor.pro new file mode 100644 index 0000000000..2499b22436 --- /dev/null +++ b/examples/widgets/tools/settingseditor/settingseditor.pro @@ -0,0 +1,19 @@ +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 + +QT += widgets + +simulator: warning(This example might not fully work on Simulator platform) |