theshell/theShell.pro
2019-04-03 00:41:01 +11:00

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