Chore: rm unused DESKFLOW_GUI_HOOK Items
This commit is contained in:
committed by
Chris Rizzitello
parent
abdab2d06d
commit
13a3c2d281
@ -54,7 +54,6 @@ add_executable(${target} WIN32 MACOSX_BUNDLE ${sources} ${ui_files} ${platform_e
|
||||
|
||||
target_link_libraries(
|
||||
${target}
|
||||
${DESKFLOW_GUI_HOOK_LIB}
|
||||
gui
|
||||
Qt6::Core
|
||||
Qt6::Widgets
|
||||
|
||||
@ -26,10 +26,6 @@
|
||||
#include "gui/validators/ScreenNameValidator.h"
|
||||
#include "gui/validators/ValidationError.h"
|
||||
|
||||
#ifdef DESKFLOW_GUI_HOOK_HEADER
|
||||
#include DESKFLOW_GUI_HOOK_HEADER
|
||||
#endif
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
|
||||
@ -28,10 +28,6 @@
|
||||
#include "gui/messages.h"
|
||||
#include "gui/string_utils.h"
|
||||
|
||||
#ifdef DESKFLOW_GUI_HOOK_HEADER
|
||||
#include DESKFLOW_GUI_HOOK_HEADER
|
||||
#endif
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
#include <QGuiApplication>
|
||||
|
||||
@ -35,7 +35,6 @@ add_library(${target} STATIC ${sources} ${headers})
|
||||
|
||||
target_link_libraries(
|
||||
${target}
|
||||
${DESKFLOW_GUI_HOOK_LIB}
|
||||
platform
|
||||
Qt6::Core
|
||||
Qt6::Widgets
|
||||
|
||||
Reference in New Issue
Block a user