forked from qt-creator/qt-creator
Using a small test app for testing the CrumblePath is less clumsy than doing that in Qt Quick Designer. Change-Id: I4a1d739aa303adfd799df33eb00fb8cd513304c3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
20 lines
270 B
Prolog
20 lines
270 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS= \
|
|
fakevim \
|
|
debugger \
|
|
subdir_proparser \
|
|
shootout \
|
|
pluginview \
|
|
widgets
|
|
|
|
unix {
|
|
# Uses popen
|
|
SUBDIRS += \
|
|
# Profile library paths issues
|
|
process \
|
|
ssh
|
|
}
|
|
|
|
subdir_proparser.file=proparser/testreader.pro
|