summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Daniel <cd@maintech.de>2013-08-01 23:46:56 +0200
committerChristian Daniel <cd@maintech.de>2013-08-01 23:46:56 +0200
commitc51be74e87910810a045cacca3c2be6fb91131ec (patch)
tree65678bbc8cb930457adffc53c038e0c8cc186677
parent0f28461e70706d8f3910a801c81d8a51690b2319 (diff)
fix Qt5 building
-rw-r--r--plugins/samplesource/osmosdr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/samplesource/osmosdr/CMakeLists.txt b/plugins/samplesource/osmosdr/CMakeLists.txt
index f523d22..b538c6c 100644
--- a/plugins/samplesource/osmosdr/CMakeLists.txt
+++ b/plugins/samplesource/osmosdr/CMakeLists.txt
@@ -26,7 +26,7 @@ include_directories(
${LIBOSMOSDR_INCLUDE_DIR}
)
-include(${QT_USE_FILE})
+#include(${QT_USE_FILE})
add_definitions(${QT_DEFINITIONS})
add_definitions(-DQT_PLUGIN)
add_definitions(-DQT_SHARED)