Browse Source

Minor cleanup in the build files

QGC4.4
pixhawk 15 years ago
parent
commit
fc05048148
  1. 13
      mavground.pri
  2. 4
      mavground.pro

13
mavground.pri

@ -69,8 +69,7 @@ macx { @@ -69,8 +69,7 @@ macx {
}
DESTDIR = $$BASEDIR/bin/mac
INCLUDEPATH += -framework SDL \
$$BASEDIR/MAVLink/src
INCLUDEPATH += -framework SDL
LIBS += -framework IOKit \
-framework SDL \
@ -132,7 +131,7 @@ linux-g++ { @@ -132,7 +131,7 @@ linux-g++ {
}
# Windows (32bit)
# Windows (32bit/64bit)
win32 {
message(Building for Windows Platform (32/64bit))
@ -144,14 +143,6 @@ win32 { @@ -144,14 +143,6 @@ win32 {
INCLUDEPATH += $$BASEDIR/lib/sdl/include/SDL
#LIBS += -L$$BASEDIR\lib\qextserialport\win32 \
# -lqextserialport \
# -lsetupapi
# -L$$BASEDIR/lib/openjaus/libjaus/lib/win32 \
# -ljaus \
# -L$$BASEDIR/lib/openjaus/libopenJaus/lib/win32 \
# -lopenjaus
DEFINES += _TTY_WIN_
debug {

4
mavground.pro

@ -17,7 +17,9 @@ DEPENDPATH += . \ @@ -17,7 +17,9 @@ DEPENDPATH += . \
lib/QMapControl/src
INCLUDEPATH += . \
lib/QMapControl \
../mavlink/src
../mavlink/src \
MAVLink/src \
mavlink/src
# Input
FORMS += src/ui/MainWindow.ui \

Loading…
Cancel
Save