From 9f1449d7f58a90dd295d20c35b63e6d1c6bc7aba Mon Sep 17 00:00:00 2001 From: mrbesen Date: Sat, 2 Jul 2022 17:41:02 +0200 Subject: [PATCH] removed XInputSimulator --- .gitmodules | 5 +---- lolautoaccept.pro | 6 ++---- thirdparty/XInputSimulator | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 160000 thirdparty/XInputSimulator diff --git a/.gitmodules b/.gitmodules index ad6c722..b344412 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "thirdparty/Log"] path = thirdparty/Log - url = https://git.okaestne.de/okaestne/Log.git -[submodule "thirdparty/XInputSimulator"] - path = thirdparty/XInputSimulator - url = https://git.mrbesen.de/MrBesen/XInputSimulator.git + url = https://git.okaestne.de/okaestne/Log.git \ No newline at end of file diff --git a/lolautoaccept.pro b/lolautoaccept.pro index 80293f0..48830d4 100644 --- a/lolautoaccept.pro +++ b/lolautoaccept.pro @@ -3,7 +3,7 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 -unix:LIBS += thirdparty/XInputSimulator/build/libXInputSimulator.a -lX11 -lXtst -lXext -lxcb -lXau -lcurl -pthread -lXdmcp -lrt `pkg-config opencv4 --libs` +unix:LIBS += -lcurl -pthread -lrt # The following define makes your compiler emit warnings if you use # any Qt feature that has been marked deprecated (the exact warnings @@ -69,9 +69,7 @@ FORMS += \ ui/stagesettings.ui INCLUDEPATH += $$PWD/include/ \ - $$PWD/thirdparty/Log/ \ - /usr/include/opencv4/opencv \ - /usr/include/opencv4 + $$PWD/thirdparty/Log/ #TRANSLATIONS += \ # ts/de_DE.ts \ diff --git a/thirdparty/XInputSimulator b/thirdparty/XInputSimulator deleted file mode 160000 index 0151c34..0000000 --- a/thirdparty/XInputSimulator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0151c34bd261bc8b28cc20bc5fcf4d6447d0128d