summaryrefslogtreecommitdiff
path: root/platform/qt/qt4.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-02-05 15:19:04 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-02-12 19:42:08 +0200
commit65cec8be3460ff5e086bef267a8349fe99f6f41d (patch)
tree3913762a95107632dcfe54133b4b26657a0f249c /platform/qt/qt4.cmake
parent992a955fc347deeafab1e2fee805c523de6b073e (diff)
downloadqtlocation-mapboxgl-65cec8be3460ff5e086bef267a8349fe99f6f41d.tar.gz
[android,darwin,ios,qt] Remove unused code
These files are no longer needed after the new GL abstraction.
Diffstat (limited to 'platform/qt/qt4.cmake')
-rw-r--r--platform/qt/qt4.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/platform/qt/qt4.cmake b/platform/qt/qt4.cmake
deleted file mode 100644
index 272009c541..0000000000
--- a/platform/qt/qt4.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-find_package(Qt4 REQUIRED)
-
-set(MBGL_QT_CORE_LIBRARIES
- PUBLIC Qt4::QtCore
- PUBLIC Qt4::QtGui
- PUBLIC Qt4::QtOpenGL
-)
-
-set(MBGL_QT_FILESOURCE_LIBRARIES
- PUBLIC Qt4::QtNetwork
- PUBLIC Qt4::QtSql
-)
-
-target_compile_options(qmapboxgl
- PRIVATE -Wno-inconsistent-missing-override
-)
-
-target_link_libraries(mbgl-qt
- PRIVATE Qt4::QtOpenGL
-)