summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/peakcan
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/canbus/peakcan')
-rw-r--r--src/plugins/canbus/peakcan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/canbus/peakcan/CMakeLists.txt b/src/plugins/canbus/peakcan/CMakeLists.txt
index ce0861d..06099d2 100644
--- a/src/plugins/canbus/peakcan/CMakeLists.txt
+++ b/src/plugins/canbus/peakcan/CMakeLists.txt
@@ -9,7 +9,7 @@ qt_internal_add_plugin(PeakCanBusPlugin
main.cpp
peakcan_symbols_p.h
peakcanbackend.cpp peakcanbackend.h peakcanbackend_p.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::SerialBus
)