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; exit 1;
fi; fi;
if ( ! qmake ); then
echo "Error: you need qmake!";
exit 1;
fi;
if( ! ( qmake --version | grep -qi 'Qt version 4' ) ); then if( ! ( qmake --version | grep -qi 'Qt version 4' ) ); then
echo "WARNING: Falling back on qmake-qt4; this may or may not work"; echo "WARNING: Falling back on qmake-qt4; this may or may not work";
echo "WARNING: if it fails please see the compilation instructions on echo "WARNING: if it fails please see the compilation instructions on

View File

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