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