Commit 8e51981a authored by Bryant Mairs's avatar Bryant Mairs

Don't bulk add all /usr folders for includes or libs.

This causes problems for some systems with Qt5 and Qt4 installed (like Fedora 20).
parent bad7ab31
#
# [REQUIRED] Tell the Linux build to look in a few additional places for libs
#
LinuxBuild {
INCLUDEPATH += \
/usr/include \
/usr/local/include
LIBS += \
-L/usr/lib
linux-g++-64 {
LIBS += \
-L/usr/local/lib64 \
-L/usr/lib64
}
}
#
# [REQUIRED] Add support for <inttypes.h> to Windows.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment