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 b19aef3 commit 293c56cCopy full SHA for 293c56c
cmake/FindQextserialport.cmake
@@ -18,10 +18,10 @@ FIND_PATH(QEXTSERIALPORT_INCLUDE_DIR NAMES qextserialport.h PATHS
18
/usr/local/include
19
"$ENV{LIB_DIR}/include"
20
"$ENV{INCLUDE}"
21
- PATH_SUFFIXES QtExtSerialPort
+ PATH_SUFFIXES QtExtSerialPort qt/QtExtSerialPort
22
)
23
24
-FIND_LIBRARY(QEXTSERIALPORT_LIBRARY NAMES qextserialport-1.2 PATHS
+FIND_LIBRARY(QEXTSERIALPORT_LIBRARY NAMES Qt5ExtSerialPort PATHS
25
/usr/lib
26
/usr/local/lib
27
"$ENV{LIB_DIR}/lib"
0 commit comments