removed XInputSimulator

This commit is contained in:
mrbesen 2022-07-02 17:41:02 +02:00
parent 5ac909e53a
commit 9f1449d7f5
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
3 changed files with 3 additions and 9 deletions

5
.gitmodules vendored
View File

@ -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

View File

@ -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 \

@ -1 +0,0 @@
Subproject commit 0151c34bd261bc8b28cc20bc5fcf4d6447d0128d