mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
19 lines
471 B
Prolog
19 lines
471 B
Prolog
|
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
|