2020-10-08 01:00:08 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = core
|
2020-09-15 14:53:13 +00:00
|
|
|
|
2020-10-08 01:00:08 +00:00
|
|
|
core.subdir = core
|
2020-09-15 14:53:13 +00:00
|
|
|
|
2020-10-08 01:00:08 +00:00
|
|
|
defined(OS_SAILFISHOS, var){
|
|
|
|
SUBDIRS += sailfish
|
|
|
|
sailfish.subdir = sailfish
|
|
|
|
sailfish.depends = core
|
|
|
|
}
|
|
|
|
defined(OS_DESKTOP, var) {
|
|
|
|
SUBDIRS += desktop
|
|
|
|
desktop.subdir = desktop
|
|
|
|
desktop.depends = core
|
2020-09-27 20:41:35 +00:00
|
|
|
}
|
|
|
|
|
2020-10-08 01:00:08 +00:00
|
|
|
message($$SUBDIRS)
|
2020-09-15 14:53:13 +00:00
|
|
|
|
|
|
|
# German translation is enabled as an example. If you aren't
|
|
|
|
# planning to localize your app, remember to comment out the
|
|
|
|
# following TRANSLATIONS line. And also do not forget to
|
|
|
|
# modify the localized app name in the the .desktop file.
|
|
|
|
# TRANSLATIONS += \
|
|
|
|
|
2020-10-08 01:00:08 +00:00
|
|
|
|