Skip to content

Commit

Permalink
Merge pull request #12 from robocomp/LucasBonilla26-patch-2
Browse files Browse the repository at this point in the history
[CMakeListsSpecific_txt.py] Updated with QtOpenGLWidget and Qt6 in DSR
  • Loading branch information
LucasBonilla26 authored Apr 16, 2024
2 parents 7812a60 + e8e6dcc commit 2d503cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"""

DSR_DEDINITIONS = """\
add_definitions(-g -fmax-errors=1 -std=c++2a -fno-char8_t)
add_definitions(-g -fmax-errors=1 -std=c++2a -fno-char8_t -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGLWidgets/)
"""

DSR_LIBS = " dsr_core dsr_gui dsr_api fastcdr fastrtps osgDB OpenThreads Eigen3::Eigen"
DSR_LIBS = " dsr_core dsr_gui dsr_api fastcdr fastrtps osgDB OpenThreads Eigen3::Eigen QGLViewer-qt6 Qt6OpenGLWidgets"


class src_CMakeListsSpecific_txt(TemplateDict):
Expand Down

0 comments on commit 2d503cc

Please sign in to comment.