forked from qt-creator/qt-creator
Change-Id: Ifdf4cd5ea478c87d585c9404caf8f4be6873f692 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
19 lines
241 B
Prolog
19 lines
241 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS= \
|
|
cplusplus-frontend \
|
|
fakevim \
|
|
debugger \
|
|
subdir_proparser \
|
|
utils
|
|
|
|
unix {
|
|
# Uses popen
|
|
SUBDIRS += \
|
|
# Profile library paths issues
|
|
process \
|
|
ssh
|
|
}
|
|
|
|
subdir_proparser.file=proparser/testreader.pro
|