7f603c59ad
* fix for events that should have been consumed by manipulators making their way to the main viewport handler Signed-off-by: hultonha <hultonha@amazon.co.uk> * add missing include for SANDBOX_API macro Signed-off-by: hultonha <hultonha@amazon.co.uk> * add dependency on Qt::Test for AzToolsFrameworkTestCommon Signed-off-by: hultonha <hultonha@amazon.co.uk> * fix order of buttons passed to QMouseEvent Signed-off-by: hultonha <hultonha@amazon.co.uk> * potential fix for vtable error on linux Signed-off-by: hultonha <hultonha@amazon.co.uk> * potential fix for vtable error on linux again Signed-off-by: hultonha <hultonha@amazon.co.uk>
27 lines
912 B
CMake
27 lines
912 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Lib/Tests/IEditorMock.h
|
|
Lib/Tests/test_ClickableLabel.cpp
|
|
Lib/Tests/test_CryEditPythonBindings.cpp
|
|
Lib/Tests/test_CryEditDocPythonBindings.cpp
|
|
Lib/Tests/test_EditorPythonBindings.cpp
|
|
Lib/Tests/test_EditorUtils.cpp
|
|
Lib/Tests/test_Main.cpp
|
|
Lib/Tests/test_MainWindowPythonBindings.cpp
|
|
Lib/Tests/test_ObjectManagerPythonBindings.cpp
|
|
Lib/Tests/test_TrackViewPythonBindings.cpp
|
|
Lib/Tests/test_ViewPanePythonBindings.cpp
|
|
Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp
|
|
Lib/Tests/test_DisplaySettingsPythonBindings.cpp
|
|
Lib/Tests/test_ViewportManipulatorController.cpp
|
|
DisplaySettingsPythonFuncs.cpp
|
|
DisplaySettingsPythonFuncs.h
|
|
)
|