b77da049bc
Move i18n example out of qtbase. In qttools, it can use lrelease, avoiding the need to store .qm files in the repository. Change-Id: I8ba36a1372c2a743b809e3f7ea95a67825558f41 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
19 lines
436 B
Prolog
19 lines
436 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
plugandpaint \
|
|
regularexpression \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undo \
|
|
undoframework
|
|
|
|
!qtConfig(library) {
|
|
SUBDIRS -= \
|
|
echoplugin \
|
|
plugandpaint
|
|
}
|