Skip to content

Commit 6ac7394

Browse files
committed
Move rock_find_qt5() to the correct CMakeLists
1 parent 5a3a603 commit 6ac7394

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ cmake_minimum_required(VERSION 3.0)
44
project(vizkit3d_plugin_tutorial VERSION 0.1 DESCRIPTION "vizkit3d plugin tutorial")
55
find_package(Rock)
66
rock_init()
7-
rock_find_qt5(Core)
87
rock_standard_layout()

viz/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
rock_find_qt5(Core)
2+
13
rock_vizkit_plugin(vizkit3d_plugin_tutorial-viz
24
SphereVisualization.cpp
35
DEPS vizkit3d_plugin_tutorial

0 commit comments

Comments
 (0)