1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

unix:!mac should solve all problems

This commit is contained in:
sambas 2012-02-05 21:45:47 +02:00
parent fedc62b6c3
commit a263ee7885

View File

@ -24,7 +24,7 @@ else {
CONFIG += staticlib
}
unix:LIBS += -lrt
unix:!mac:LIBS += -lrt
HEADERS += \
qwt.h \
@ -204,4 +204,4 @@ contains(QWT_CONFIG, QwtWidgets) {
qwt_slider.cpp \
qwt_thermo.cpp \
qwt_wheel.cpp
}
}