forked from qt-creator/qt-creator
Has not been used since a while. Change-Id: I53cf42d723c2f4d822ad63923b857f119e5cfa58 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
18 lines
223 B
Prolog
18 lines
223 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS= \
|
|
fakevim \
|
|
debugger \
|
|
subdir_proparser \
|
|
shootout
|
|
|
|
unix {
|
|
# Uses popen
|
|
SUBDIRS += \
|
|
# Profile library paths issues
|
|
process \
|
|
ssh
|
|
}
|
|
|
|
subdir_proparser.file=proparser/testreader.pro
|