From 290567cfd726fa46fadf2e150284a5d2fa2fc89f Mon Sep 17 00:00:00 2001 From: Dayo Lawal Date: Thu, 10 Jun 2021 14:53:47 -0500 Subject: [PATCH] Fixed cmake, AzQtApplication working with other tools Signed-off-by: Dayo Lawal --- .../AzQtComponents/AzQtComponents/azqtcomponents_files.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake index adce70523c..bcfbb84778 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake @@ -7,8 +7,8 @@ set(FILES AzQtComponentsAPI.h - Application/ToolsApplication.cpp - Application/ToolsApplication.h + Application/AzQtApplication.cpp + Application/AzQtApplication.h Buses/DragAndDrop.h Buses/ShortcutDispatch.h DragAndDrop/MainWindowDragAndDrop.h