mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
18 lines
413 B
Prolog
18 lines
413 B
Prolog
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = \
|
||
|
completer \
|
||
|
customcompleter \
|
||
|
echoplugin \
|
||
|
plugandpaint \
|
||
|
regularexpression \
|
||
|
settingseditor \
|
||
|
styleplugin \
|
||
|
treemodelcompleter \
|
||
|
undoframework
|
||
|
|
||
|
!qtConfig(library) {
|
||
|
SUBDIRS -= \
|
||
|
echoplugin \
|
||
|
plugandpaint
|
||
|
}
|