forked from qt-creator/qt-creator
Can be used to check (non-intrusively) which TCP ports are still available. Change-Id: I61300f6b7215cb2c0e4a3e6135de305cfd38b5a9 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
21 lines
278 B
Prolog
21 lines
278 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS= \
|
|
cplusplus-frontend \
|
|
fakevim \
|
|
debugger \
|
|
preprocessor \
|
|
subdir_proparser \
|
|
utils
|
|
|
|
unix {
|
|
# Uses popen
|
|
SUBDIRS += \
|
|
plain-cplusplus \
|
|
# Profile library paths issues
|
|
process \
|
|
ssh
|
|
}
|
|
|
|
subdir_proparser.file=proparser/testreader.pro
|