qt6windows7/examples/widgets/tools/tools.pro

16 lines
359 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = subdirs
SUBDIRS = \
completer \
customcompleter \
echoplugin \
regularexpression \
settingseditor \
styleplugin \
treemodelcompleter \
undoframework
!qtConfig(library) {
SUBDIRS -= \
2023-11-02 01:02:52 +08:00
echoplugin
2023-10-30 06:33:08 +08:00
}