summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/settingseditor/settingseditor.pro
blob: 69b8a04c9299367bfb0f650c74107516f8b9c1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += widgets

HEADERS       = locationdialog.h \
                mainwindow.h \
                settingstree.h \
                variantdelegate.h
SOURCES       = locationdialog.cpp \
                main.cpp \
                mainwindow.cpp \
                settingstree.cpp \
                variantdelegate.cpp

EXAMPLE_FILES = inifiles

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
INSTALLS += target

simulator: warning(This example might not fully work on Simulator platform)