blob: 4880b7e58296f66ac6ae3459b3d55d52b716f54d [file] [log] [blame]
QT += widgets
requires(qtConfig(tablewidget))
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]/widgets/tools/settingseditor
INSTALLS += target