You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEFINES+=USE_OPENGL does not add -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGLWidgets to INCPATH or /usr/lib/x86_64-linux-gnu/libQt6OpenGLWidgets.so to LIBS
Fails because INCPATH (compile) and LIBS (link, once compile is fixed) do not include required entries
Expected behavior
I expected qmake to add the required entries to INCPATH and LIBS.
Desktop (please complete the following information):
OS: Ubuntu Linux 22.04
Qt packages version 6.2.4+dfsg-2ubuntu1.1
Additional context
Manually adding these entries makes it compile and work. The OpenGL widget doesn't fill my 4k window, but ... I'll make another issue for that once I look a bit more into that!
The text was updated successfully, but these errors were encountered:
Describe the bug
DEFINES+=USE_OPENGL does not add
-I/usr/include/x86_64-linux-gnu/qt6/QtOpenGLWidgets
to INCPATH or/usr/lib/x86_64-linux-gnu/libQt6OpenGLWidgets.so
to LIBSTo Reproduce
qmake6 DEFINES+=USE_LONG_DOUBLE DEFINES+=USE_OPENGL
make
Expected behavior
I expected qmake to add the required entries to INCPATH and LIBS.
Desktop (please complete the following information):
Additional context
Manually adding these entries makes it compile and work. The OpenGL widget doesn't fill my 4k window, but ... I'll make another issue for that once I look a bit more into that!
The text was updated successfully, but these errors were encountered: