chore: rename lib/platform/wayland.h => lib/platform/Wayland.h
This commit is contained in:
committed by
Chris Rizzitello
parent
6e6a88af87
commit
d7b20fad5c
@ -26,7 +26,7 @@
|
||||
#include "gui/core/CoreProcess.h"
|
||||
#include "gui/ipc/DaemonIpcClient.h"
|
||||
#include "net/FingerprintDatabase.h"
|
||||
#include "platform/wayland.h"
|
||||
#include "platform/Wayland.h"
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
#include "config.h"
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "net/SocketMultiplexer.h"
|
||||
#include "net/TCPSocketFactory.h"
|
||||
#include "net/XSocket.h"
|
||||
#include "platform/wayland.h"
|
||||
#include "platform/Wayland.h"
|
||||
|
||||
#if SYSAPI_WIN32
|
||||
#include "arch/win32/ArchMiscWindows.h"
|
||||
@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(WINAPI_XWINDOWS) or defined(WINAPI_LIBEI)
|
||||
#include "platform/wayland.h"
|
||||
#include "platform/Wayland.h"
|
||||
#endif
|
||||
|
||||
#if defined(MAC_OS_X_VERSION_10_7)
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(WINAPI_XWINDOWS) or defined(WINAPI_LIBEI)
|
||||
#include "platform/wayland.h"
|
||||
#include "platform/Wayland.h"
|
||||
#endif
|
||||
|
||||
#if defined(MAC_OS_X_VERSION_10_7)
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#include <QWidget>
|
||||
#include <memory>
|
||||
|
||||
#include "platform/wayland.h"
|
||||
#include "platform/Wayland.h"
|
||||
|
||||
namespace deskflow::gui::core {
|
||||
|
||||
|
||||
@ -158,7 +158,7 @@ endif()
|
||||
include_directories(${inc})
|
||||
|
||||
# wayland.h is included to check for wayland support
|
||||
add_library(platform STATIC ${PLATFORM_SOURCES} wayland.h)
|
||||
add_library(platform STATIC ${PLATFORM_SOURCES} Wayland.h)
|
||||
|
||||
target_link_libraries(platform client ${libs})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user