mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
19 lines
353 B
Prolog
19 lines
353 B
Prolog
TEMPLATE = subdirs
|
|
|
|
win32:SUBDIRS = 3rdparty
|
|
|
|
SUBDIRS += sleepyhead
|
|
|
|
CONFIG += ordered
|
|
win32:sleepyhead.depends = 3rdparty
|
|
|
|
TRANSLATIONS += \
|
|
Translations/Nederlands.nl_NL.ts \
|
|
Translations/Francais.fr.ts \
|
|
Translations/Svenska.se.ts \
|
|
Translations/Deutsch.de_DE.ts \
|
|
Translations/Espaniol.es.ts \
|
|
Translations/Bulgarian.bg.ts
|
|
|
|
|