2017-02-12 14:17:18 +01:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
2017-02-12 16:54:05 +01:00
|
|
|
# Automatically include all sub-folders, but not the .pro file
|
2017-02-12 14:17:18 +01:00
|
|
|
SUBDIR_LIST = $$files($$PWD/*)
|
|
|
|
|
SUBDIR_LIST -= $$PWD/plugins.pro
|
|
|
|
|
|
|
|
|
|
SUBDIRS = $$SUBDIR_LIST
|