make compile under Fedora 20

This commit is contained in:
Mathias Panzenböck
2014-01-20 18:04:04 +01:00
parent 6e0954ea38
commit a3f2800c55
2 changed files with 2 additions and 7 deletions

View File

@ -11,11 +11,6 @@ if( ! pkg-config --atleast-version=4.2 QtCore ); then
exit 1;
fi;
if ( ! qmake ); then
echo "Error: you need qmake!";
exit 1;
fi;
if( ! ( qmake --version | grep -qi 'Qt version 4' ) ); then
echo "WARNING: Falling back on qmake-qt4; this may or may not work";
echo "WARNING: if it fails please see the compilation instructions on
@ -24,7 +19,7 @@ if( ! ( qmake --version | grep -qi 'Qt version 4' ) ); then
else
QMAKE_EXEC="qmake";
fi;
devdir="/dev/input"
prefix="/usr/local"

View File

@ -31,7 +31,7 @@ DEFINES += ICON64='\\\"$${icons.conf_path}/icon64.png\\\"'
TEMPLATE = app
INCLUDEPATH += .
QMAKE_LIBS += -lXtst
QMAKE_LIBS += -lXtst -lX11
# Input
HEADERS += axis.h \