Sacha
010517910f
Qt: Revert annoying git_version string to support all qmake's + symbian.
2014-06-26 17:59:22 +10:00
Sacha
92db2c89c1
Qt: Fix some qmake replace commands that work differently on different versions of qmake. Use SDL Audio when available. Fix a bug. Qt4+Qt5 tested working perfectly on Arch Linux.
2014-06-25 13:25:05 +10:00
Sacha
ba0779183a
Qt: GIT_VERSION expand fix for Linux.
2014-06-24 08:43:57 +10:00
Sacha
756ad884ed
Qt: Workaround for Qt4 quotes.
2014-06-23 04:08:09 +10:00
Sacha
6e5d7ed455
Qt: Fix up lrelease path when outside of qtdir and version string for Symbian.
2014-06-23 01:59:42 +10:00
Sacha
ea17e17ebd
Join both Maemo platforms (Maemo5 + Meego Harmattan/Maemo 6) to MAEMO define. Technically they are very similar and anything that wasn't already defined for both probably needed to be.
2014-06-18 03:42:31 +10:00
Sacha
73aa17a2de
Misc fixes. CMake: Don't compile neon on armv6 (rpi). Qt: Correct path for lrelease. SDL: Fix a warning.
2014-06-18 03:28:33 +10:00
Sacha
b928ec4717
CMake: Add RPI method. Fixes #1695 Qt: Add bitness define. Fixes #6306
2014-06-18 02:48:10 +10:00
Sacha
9961ef1ba7
Qt: Buildfix USING_GLES2 and not MOBILE_DEVICE
2014-06-17 15:30:03 +10:00
Sacha
53642d3cc4
Qt: Optimisations for ARM desktop/tablet hosts.
2014-06-17 14:23:36 +10:00
Sacha
4ed944a576
Remove redundant armv7 defines.
2014-06-11 15:15:39 +10:00
Sacha
c745072b55
Update Symbian to GCC 4.8.3
2014-06-11 03:10:50 +10:00
Sacha
154d5f7c80
Qt: Prevent unexpected bitness override on Mac.
2014-06-10 16:05:53 +10:00
Sacha
87c7b31e77
Qt: Mac arch detection workaround on Qt4. Fix a conflict.
2014-06-10 15:11:25 +10:00
Sacha
b57c3e0fe5
Qt: Some bug fixes. Get Meego Harmattan compiling with gcc4.8.2
2014-06-06 14:17:47 +10:00
xsacha
818f898d5a
Maemo/Meego buildfix. Compiles but requires arm ffmpeg.
2014-06-05 05:01:01 +10:00
Sacha
1378b891dc
Qt .pro cleanup. Use armv7 on Android.
2014-06-03 17:30:37 +10:00
Sacha
438b219eb2
Qt: Support Android armv6. Compiles and runs fine with gcc4.8. Creates 16MB APK but less than 10MB with Ministro.
2014-06-03 09:27:30 +10:00
Bhavin
48f6bf3521
Update vaersion to 0.9.8
...
It was 0.9.6 :(
2014-05-06 22:44:58 +05:30
Unknown W. Brackets
d2108a962e
Switch from USING_GLES2 to MOBILE_DEVICE.
...
Still using USING_GLES2 for, well, GLES2. But for things that are really
about mobile, we need a new define. Devices are coming that don't use
GLES2.
2014-02-08 16:37:58 -08:00
Sacha
bb864bdb9a
Fix Qt for Maemo
2014-01-05 10:54:05 +10:00
Sacha
ec3815e4f1
Qt: Add Maemo compatibility. Hopefully an alternative to EGL/SDL frontend.
2014-01-02 16:16:13 +10:00
Sacha
af1c326617
Qt: Remove renaming of 'lowmem' zim so that it can be loaded externally as well. Update version.
2013-12-20 01:30:39 +10:00
Sacha
f3a0193777
Buildfix: Qt + MSVC2012
2013-12-06 14:00:17 +10:00
Sacha
a4eb862c19
Qt: Fix version strings (some platforms need this)
2013-11-25 16:06:51 +10:00
Sacha
12bfcd0599
Qt: Some platforms don't like letters in version number.
2013-11-25 14:17:50 +10:00
Sacha
f6cc234393
Qt: Detect version in qmake instead.
2013-11-25 03:25:11 +10:00
Sacha
70d7f69c5d
Qt: Basic iOS support. iOS now fully supported in QtCreator 3.0 + Qt 5.2
2013-11-24 13:36:22 +10:00
Sacha
efa0e62e8d
Qt: Allow building project from any directory. #4605
2013-11-22 04:07:18 +10:00
Sacha
5cdfe40c03
Qt5: Buildfix. Thanks to @Bigpet.
...
Implement an about section. Maybe this should run credits?
Fixes #4587
2013-11-20 11:50:16 +10:00
Retem
8c52ce3274
OSX build fixes for the Qt version
2013-11-16 16:49:08 +01:00
Sacha
b04f6b562b
Meego: Need to use gnu++0x to support lambdas.
2013-11-13 01:06:34 +10:00
Sacha
11b794afda
Symbian: Remove glib.
2013-11-13 00:30:26 +10:00
Sacha
e2d2e93e1a
Symbian: Switch to Nokia Belle as minimum OS.
2013-11-12 15:00:54 +10:00
Sacha
747346b12d
Qt: Use different temporary file dirs for each project so that names do not conflict.
2013-11-05 12:17:34 +10:00
Sacha
e6ef338ba3
Qt: So apparently Symbian comes under unix.
2013-10-22 00:24:59 +10:00
Sacha
8aae02154a
Rearrange the contents of Qt project files. Fixes several issues.
...
Use ARM to define a mobile platform instead of GLES.
Allow ARM devices such as Raspberry Pi to access previously desktop-only features like SDL.
Detect if the users Linux distro has opted to use QtMultimedia. In this situation, use it instead of QtMobility which should save a download.
Organise libraries in a way that makes more sense.
Only compile translations for Linux desktop, which will use these translations.
Use the constant macros define on all platforms.
Clean up some redundant comments and add some new ones.
Add Qt support back for Blackberry (ffmpeg) and raspberry pi (requires ffmpeg).
2013-10-22 00:06:23 +10:00
Sacha
027ba31752
Qt: Fix for audiooutput on qt5. Final fix for arch detection.
2013-10-20 02:44:03 +10:00
Sacha
721bc6f34f
Qt: Fix arch detection for Linux. Add ffmpeg for windows.
2013-10-19 14:16:28 +10:00
Sacha
f8e386995f
Buildfix for Qt on Windows. Rearrange parts of the Qt project file.
2013-10-19 04:03:11 +10:00
Sacha
a7d6b0b98b
Increase Qt optimisation level to O3.
2013-10-15 04:03:25 +10:00
Sacha
8b3f1e6fa4
Fix Symbian build.
2013-10-07 15:36:54 +10:00
Sacha
893ecffebe
Symbian: Make distribution easier.
2013-09-12 10:58:13 +10:00
Sacha
676c000b8a
Add FFMPEG to Qt Linux x86. Buildfix for CMake
2013-07-04 01:35:35 +10:00
Sacha
cee1bcf7e9
Symbian buildfix.
2013-06-22 04:56:39 +10:00
Sacha
0d808188a0
Add FFMPEG support for Symbian.
2013-06-22 03:00:35 +10:00
Sacha
2570268393
Remove 'BLACKBERRY10' define as it is now the minimum OS requirement.
2013-06-21 15:40:52 +10:00
Sacha
ae9490ad30
Use boost to do C++11 features on Symbian. Use namespaces.
2013-05-02 15:46:41 +10:00
Sacha
12d50f25bf
Define vasprintf in native for Blackberry instead (as it is also used there). Remove some redundancy in Settings.pri.
2013-04-22 14:23:13 +10:00
Sacha
97221ad2a5
Build fix for Harmattan/N9
2013-04-12 00:23:51 +10:00