2013-09-26 22:52:41 +00:00
|
|
|
TEMPLATE = subdirs
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2013-01-17 18:26:11 +00:00
|
|
|
|
2013-10-09 17:34:44 +00:00
|
|
|
# Need them for windows..
|
|
|
|
win32:CONFIG += use_bundled_libs
|
2013-10-09 17:54:06 +00:00
|
|
|
else:CONFIG -= use_bundled_libs
|
2013-10-09 17:34:44 +00:00
|
|
|
|
|
|
|
use_bundled_libs {
|
|
|
|
SUBDIRS = 3rdparty
|
|
|
|
}
|
|
|
|
|
|
|
|
SUBDIRS += sleepyhead
|
|
|
|
|
|
|
|
use_bundled_libs {
|
|
|
|
CONFIG += ordered
|
|
|
|
sleepyhead.depends = 3rdparty
|
|
|
|
}
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2013-10-09 15:42:46 +00:00
|
|
|
TRANSLATIONS += \
|
|
|
|
Translations/Nederlands.nl_NL.ts \
|
|
|
|
Translations/Francais.fr.ts \
|
|
|
|
Translations/Svenska.se.ts \
|
|
|
|
Translations/Deutsch.de_DE.ts \
|
2013-10-09 16:47:28 +00:00
|
|
|
Translations/Espaniol.es.ts \
|
|
|
|
Translations/Bulgarian.bg.ts
|
2011-06-26 11:49:40 +00:00
|
|
|
|
2013-10-09 16:47:28 +00:00
|
|
|
|