1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Fixes problems compiling on linux

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@456 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2010-04-09 22:46:25 +00:00 committed by zedamota
parent f75c14f2b9
commit 60baf313ba

View File

@ -1,17 +1,18 @@
TEMPLATE = lib TEMPLATE = lib
TARGET = QYModem TARGET = QYmodem
DEFINES += QYMODEM_LIBRARY DEFINES += QYMODEM_LIBRARY
include(../../../openpilotgcslibrary.pri) include(../../../openpilotgcslibrary.pri)
include(../../../libs/qextserialport/qextserialport.pri)
# CONFIG += staticlib # CONFIG += staticlib
SOURCES += qymodem.cpp \ SOURCES += qymodem.cpp \
qymodem_TX.cpp \ qymodem_tx.cpp \
qymodemsend.cpp qymodemsend.cpp
HEADERS += qymodem_TX.h \ HEADERS += qymodem_tx.h \
qymodem.h \ qymodem.h \
qymodemsend.h qymodemsend.h
win32:LIBS += -lsetupapi LIBS += -l$$qtLibraryTarget(QExtSerialPort)
#CONFIG(debug, debug|release):LIBS += -lqextserialportd
#else:LIBS += -lqextserialport
win32:LIBS += -lsetupapi