1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-16 19:12:43 +00:00
harbour-sailfin/harbour-sailfin.pro

29 lines
623 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = core
core.subdir = core
defined(OS_SAILFISHOS, var){
SUBDIRS += sailfish
sailfish.subdir = sailfish
sailfish.depends = core
}
defined(OS_DESKTOP, var) {
SUBDIRS += desktop
desktop.subdir = desktop
desktop.depends = core
}
message($$SUBDIRS)
# 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-10 15:28:13 +00:00
DISTFILES += \
sailfish/qml/pages/itemdetails/PhotoPage.qml