1
0
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:
sambas 2012-02-02 16:34:46 +02:00
parent f6d747d5f0
commit fedc62b6c3
2 changed files with 4 additions and 1 deletions

View File

@ -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 {

View File

@ -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 \