We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a54cd8 commit b199f67Copy full SHA for b199f67
plugins/admt/CMakeLists.txt
@@ -59,15 +59,14 @@ file(
59
include/${SCOPY_MODULE}/*.h
60
include/${SCOPY_MODULE}/*.hpp
61
include/${SCOPY_MODULE}/widgets/*.h
62
-)
63
-file(GLOB UI_LIST ui/*.ui)
+)
64
65
set(ENABLE_TESTING ON)
66
if(ENABLE_TESTING)
67
add_subdirectory(test)
68
endif()
69
70
-set(PROJECT_SOURCES ${SRC_LIST} ${HEADER_LIST} ${UI_LIST})
+set(PROJECT_SOURCES ${SRC_LIST} ${HEADER_LIST})
71
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS REQUIRED Widgets Core)
72
73
qt_add_resources(PROJECT_RESOURCES res/resources.qrc)
@@ -96,9 +95,7 @@ target_link_libraries(
96
95
Qt::Core
97
scopy-pluginbase
98
scopy-gui
99
- scopy-iioutil
100
- scopy-gr-util
101
- scopy-iio-widgets
+ scopy-iioutil
102
)
103
104
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
0 commit comments