qt6windows7/examples/widgets/tools/settingseditor/settingseditor.pro

19 lines
471 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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