-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable To compile on POP OS( Ubuntu Based) #4
Comments
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
|
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) |
The text was updated successfully, but these errors were encountered: