mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OPReview-159: Linux posix timer thing fix
This commit is contained in:
parent
f6d747d5f0
commit
fedc62b6c3
@ -19,7 +19,7 @@
|
||||
#QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
|
||||
|
||||
unix {
|
||||
QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION
|
||||
#QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION
|
||||
}
|
||||
|
||||
win32 {
|
||||
|
@ -23,6 +23,9 @@ win32|symbian: DEFINES += QT_DLL QWT_DLL QWT_MAKEDLL
|
||||
else {
|
||||
CONFIG += staticlib
|
||||
}
|
||||
|
||||
unix:LIBS += -lrt
|
||||
|
||||
HEADERS += \
|
||||
qwt.h \
|
||||
qwt_abstract_scale_draw.h \
|
||||
|
Loading…
Reference in New Issue
Block a user