summaryrefslogtreecommitdiff
path: root/platform/qt/qt.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-27/+48
| | | | We don't want to link it into the node bindings, so keep it in a separate target
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-191-1/+1
| | | | | QMake is having some issues with files with same names when building the Qt Location plugin.
* [qt] rendering interface changesIvo van Dongen2017-07-181-0/+2
|
* [all] make default_styles header-onlyKonstantin Käfer2017-07-131-1/+0
|
* [Qt] Make qt.cmake Windows-friendlyThiago Marcos P. Santos2017-07-071-1/+5
| | | | | - Do not build headless view. - Add no-op thread implementation.
* [Qt] Use QThreadStorage for thread localThiago Marcos P. Santos2017-07-071-1/+1
| | | | Portable.
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-0/+3
|
* [build] use CMake to generate Xcode schemesKonstantin Käfer2017-07-061-0/+4
|
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-201-1/+3
|
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-231-1/+1
|
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-201-0/+1
|
* [Qt] Fix cross compilation on OSXThiago Marcos P. Santos2017-01-091-1/+1
| | | | | Use mason platform instead of CMake host, because the target won't always be the same arch as the host.
* [qt] Skip ICU if WITH_QT_I18N is setBruno de Oliveira Abinader2016-12-121-1/+1
|
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-0/+1
|
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+2
|
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-0/+2
|
* [Qt] Copy headers to build path in 'qt-lib' targetBruno de Oliveira Abinader2016-11-141-0/+8
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-0/+3
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [android][ios][macos][linux][qt] included default LocalFileSourceIvo van Dongen2016-09-301-0/+1
|
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-271-7/+9
| | | Make some headers private, so we only commit with the QML API.
* [Qt] Update QML runtime style exampleBruno de Oliveira Abinader2016-09-261-1/+1
|
* [Qt] Add a more compelling runtime style exampleThiago Marcos P. Santos2016-09-231-1/+1
|
* [Qt] Implement a Qt headless rendererThiago Marcos P. Santos2016-08-221-7/+0
| | | | Using legacy QGLWidget because we support Qt4.
* [build] Workaround automoc issue on some cmake versionsThiago Marcos P. Santos2016-08-051-8/+0
|
* [build] use cmake script bundled with MasonKonstantin Käfer2016-08-051-1/+1
|
* [build] make headless rendering work with Qt on macOSKonstantin Käfer2016-08-051-2/+7
|
* [Qt] Use Qt decoder instead of nunicodeThiago Marcos P. Santos2016-08-051-3/+3
|
* [build] exclude CMake 3.6.0 due to an automoc naming bugKonstantin Käfer2016-08-051-0/+5
|
* [build] Build Qt with CMakeThiago Marcos P. Santos2016-08-051-0/+93