2012-11-27 13:18:41 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
completer \
|
|
|
|
customcompleter \
|
|
|
|
echoplugin \
|
2015-03-15 23:37:16 +00:00
|
|
|
regularexpression \
|
2012-11-27 13:18:41 +00:00
|
|
|
settingseditor \
|
|
|
|
styleplugin \
|
|
|
|
treemodelcompleter \
|
|
|
|
undoframework
|
|
|
|
|
2016-08-26 19:19:12 +00:00
|
|
|
!qtConfig(library) {
|
2015-07-20 13:10:33 +00:00
|
|
|
SUBDIRS -= \
|
2023-06-26 13:06:29 +00:00
|
|
|
echoplugin
|
2015-07-20 13:10:33 +00:00
|
|
|
}
|