Closed abhaysv closed 2 years ago
Cmake gives the following output it seems the libusb is detected still this issue.
CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
qt5_use_modules is not part of the official API, and might be removed in Qt
6.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
CMakeLists.txt:25 (qt5_use_modules)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/abhaysv/Desktop/GitHub/Cell-Characterization-IMAXB6-development/build
k
I used the CMAKE File Mentioned here this seems to work for me.
Hey, thanks for the report, this project has been kind of left alone for a while - it's been one of my first Qt projects and it shows.
A complete refactor/rewrite is in the works, should be ready in near future - will make the whole thing more maintainable and easier to work on (not sure what I was thinking with just a big cpp file with everything in it :D)