theshell/theShell.pro
2018-08-22 00:45:21 +10:00

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)
}