make compile under Fedora 20
This commit is contained in:
@ -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
|
||||||
|
@ -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 \
|
||||||
|
Reference in New Issue
Block a user