Skip to content

Commit 5a3a603

Browse files
committed
Update root Cmake to use moc from qt5
1 parent d7573f4 commit 5a3a603

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CMakeLists.txt has to be located in the project folder and cmake has to be
22
# executed from 'project/build' with 'cmake ../'.
3-
cmake_minimum_required(VERSION 2.6)
3+
cmake_minimum_required(VERSION 3.0)
4+
project(vizkit3d_plugin_tutorial VERSION 0.1 DESCRIPTION "vizkit3d plugin tutorial")
45
find_package(Rock)
5-
rock_init(vizkit3d_plugin_tutorial 0.1)
6+
rock_init()
7+
rock_find_qt5(Core)
68
rock_standard_layout()

0 commit comments

Comments
 (0)