Skip to content

Commit

Permalink
Add QtScript to the list of qt components
Browse files Browse the repository at this point in the history
  • Loading branch information
poggenhans committed Jul 30, 2020
1 parent 263b420 commit 604ef7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaml/cmake.yaml
Expand Up @@ -264,7 +264,7 @@ mrt_protobuf:
instead!
mrt_qt-dev:
components: [Core Gui DBus Network OpenGL OpenGLExtensions Sql Test Xml Widgets
Concurrent Svg]
Concurrent Svg Script]
include_dirs: [QT_INCLUDES]
libraries: [QT_LIBRARIES]
name: MrtQt5
Expand All @@ -278,7 +278,7 @@ mrt_qt4-dev:
warning: Usage of mrt_qt4-dev in package.xml is deprecated. Use 'mrt_qt-dev' instead!
mrt_qt5-dev:
components: [Core Gui DBus Network OpenGL OpenGLExtensions Sql Test Xml Widgets
Concurrent Svg]
Concurrent Svg Script]
include_dirs: [QT_INCLUDES]
libraries: [QT_LIBRARIES]
name: MrtQt5
Expand Down

0 comments on commit 604ef7a

Please sign in to comment.