forked from qt-creator/qt-creator
Change-Id: Idc65f441c3af09f1fcd5cff646cc7b472aed1770 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
19 lines
231 B
Prolog
19 lines
231 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS= \
|
|
fakevim \
|
|
debugger \
|
|
subdir_proparser \
|
|
utils \
|
|
shootout
|
|
|
|
unix {
|
|
# Uses popen
|
|
SUBDIRS += \
|
|
# Profile library paths issues
|
|
process \
|
|
ssh
|
|
}
|
|
|
|
subdir_proparser.file=proparser/testreader.pro
|