summaryrefslogtreecommitdiffstats
path: root/src/positioning/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/configure.cmake')
-rw-r--r--src/positioning/configure.cmake28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/positioning/configure.cmake b/src/positioning/configure.cmake
deleted file mode 100644
index 979c1432..00000000
--- a/src/positioning/configure.cmake
+++ /dev/null
@@ -1,28 +0,0 @@
-# begin special case
-
-#### Libraries
-
-qt_find_package(Gypsy PROVIDED_TARGETS Gypsy::Gypsy)
-qt_find_package(Gconf PROVIDED_TARGETS Gconf::Gconf)
-
-#### Tests
-
-if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../../config.tests/winrt/CMakeLists.txt")
- qt_config_compile_test("winrt_geolocation"
- LABEL "WinRT geolocation"
- PROJECT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../config.tests/winrt")
-endif()
-
-#### Features
-
-qt_feature("gypsy" PUBLIC
- LABEL "Gypsy - A GPS Multiplexing Daemon"
- CONDITION Gypsy_FOUND AND Gconf_FOUND
-)
-
-qt_feature("winrt_geolocation" PRIVATE
- LABEL "WinRT geolocation API"
- CONDITION WIN32 AND TEST_winrt_geolocation
-)
-
-# end special case