theshell/theShell.pro
2017-12-04 17:35:10 +11:00

15 lines
256 B
Prolog

TEMPLATE = subdirs
DISTFILES += \
version
SUBDIRS += \
shell \
startsession
blueprint {
message(Configuring theShell to be built as blueprint)
DEFINES += "BLUEPRINT"
} else {
message(Configuring theShell to be built as stable)
}