Commit Graph

12 Commits

Author SHA1 Message Date
Oleg Shparber 783fb12ae8 Bump version to 0.3.1 2016-10-10 01:40:05 -04:00
Jerzy Kozera 2f9dd40086 qmake: Fix missing defines causing memory corruption (fixes #595) (#616)
Missing USE_APPINDICATOR in libs/core/ was causing the MainWindow class
declaration to be truncated, thus causing memory corruption when later used
with the full definition in libs/ui/.
2016-10-07 23:42:27 -04:00
Oleg Shparber 1b11c54bfa Bump version to 0.3.0 2016-09-22 23:52:54 -04:00
Oleg Shparber eb95d58cfd qmake: Reduce qmake log output 2016-09-22 21:40:29 -04:00
Oleg Shparber 380031d34a qmake: Use Qt WebKit by default 2016-09-22 20:51:15 -04:00
Oleg Shparber bbcd3c610c qmake: Do not install static libs (fixes zealdocs/zeal-packaging#17) 2016-09-14 22:03:02 -04:00
Oleg Shparber c376070191 qmake: Set QMAKE_LIB only for Qt versions below 5.6.0 2016-09-11 22:18:55 -04:00
Oleg Shparber 61179da2d1 qmake: Another attempt to silence ar on Windows 2016-09-11 04:15:01 -04:00
Oleg Shparber 012c2c508d qmake: Reenable silent build 2016-09-11 04:06:36 -04:00
Oleg Shparber 29ecbbbf05 Revert "qmake: Disable ar warnings on Windows"
This reverts commit 1f26d795cc.

QMAKE_AR needs the full command, not ar arguments.
2016-09-11 04:05:13 -04:00
Oleg Shparber 1f26d795cc qmake: Disable ar warnings on Windows
This is a workaround for AppVeyor failing builds because of stderr output.
2016-09-11 02:58:56 -04:00
Oleg Shparber 1c068d42f7 qmake: Reorganize the whole project
This is an attempt to provide a better structure to the project.
All modules are now individual subprojects called libraries.
QxtGlobalShortcut was moved to the Ui library, and resources are part
of the application (app) subproject.
2016-09-11 02:14:48 -04:00