-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Icbf63a2833472bb7b6587a15c8eba3eff82e1949
- Loading branch information
1 parent
bd66b37
commit cd513e2
Showing
9 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DCORE Qt53DCore) | ||
qi_persistent_set(QT5_3DCORE_DEPENDS QT5_CORE QT5_GUI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DEXTRAS Qt53DExtras) | ||
qi_persistent_set(QT5_3DEXTRAS_DEPENDS QT5_CORE QT5_GUI QT5_3DCORE QT5_3DLOGIC QT5_3DINPUT QT5_3DRENDER) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DINPUT Qt53DInput) | ||
qi_persistent_set(QT5_3DINPUT_DEPENDS QT5_3DCORE QT5_GUI QT5_CORE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DLOGIC Qt53DLogic) | ||
qi_persistent_set(QT5_3DLOGIC_DEPENDS QT5_3DCORE QT5_GUI QT5_CORE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DQUICK Qt53DQuick) | ||
qi_persistent_set(QT5_3DQUICK_DEPENDS QT5_QUICK QT5_3DCORE QT5_GUI QT5_QML QT5_CORE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DQUICKEXTRAS Qt53DQuickExtras) | ||
qi_persistent_set(QT5_3DQUICKEXTRAS_DEPENDS QT5_3DINPUT QT5_3DQUICK QT5_3DRENDER QT5_3DLOGIC QT5_3DCORE QT5_GUI QT5_QML QT5_CORE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DQUICKINPUT Qt53DQuickInput) | ||
qi_persistent_set(QT5_3DQUICKINPUT_DEPENDS QT5_3DINPUT QT5_3DQUICK QT5_3DCORE QT5_GUI QT5_QML QT5_CORE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DQUICKRENDER Qt53DQuickRender) | ||
qi_persistent_set(QT5_3DQUICKRENDER_DEPENDS QT5_3DQUICK QT5_3DCORE QT5_GUI QT5_QML QT5_CORE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Copyright (c) 2012-2016 Aldebaran Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
|
||
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
include("${_ROOT_DIR}/qt5utils.cmake") | ||
|
||
qt5_flib(QT5_3DRENDER Qt53DRender) | ||
qi_persistent_set(QT5_3DRENDER_DEPENDS QT5_3DCORE QT5_GUI QT5_CORE) | ||
|