mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-22 11:52:01 -05:00
29 lines
549 B
Prolog
29 lines
549 B
Prolog
TEMPLATE = subdirs
|
|
|
|
DISTFILES += \
|
|
version
|
|
|
|
shellproj.subdir = shell
|
|
shellproj.depends = theshell-lib
|
|
|
|
statcenterproj.subdir = statuscenter
|
|
statcenterproj.depends = theshell-lib
|
|
|
|
daemonproj.subdir = daemons
|
|
daemonproj.depends = theshell-lib
|
|
|
|
SUBDIRS += \
|
|
shellproj \
|
|
startsession \
|
|
statcenterproj \
|
|
polkitagent \
|
|
mousepass \
|
|
daemonproj \
|
|
theshell-lib
|
|
|
|
blueprint {
|
|
message(Configuring theShell to be built as blueprint)
|
|
DEFINES += "BLUEPRINT"
|
|
} else {
|
|
message(Configuring theShell to be built as stable)
|
|
}
|