mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-23 12:12:06 -05:00
15 lines
256 B
Prolog
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)
|
|
}
|