diff --git a/mavground.pri b/mavground.pri index 6a9755f..21b2e6c 100644 --- a/mavground.pri +++ b/mavground.pri @@ -69,13 +69,12 @@ macx { } DESTDIR = $$BASEDIR/bin/mac - INCLUDEPATH += -framework SDL \ - $$BASEDIR/MAVLink/src + INCLUDEPATH += -framework SDL LIBS += -framework IOKit \ - -framework SDL \ - -framework CoreFoundation \ - -framework ApplicationServices \ + -framework SDL \ + -framework CoreFoundation \ + -framework ApplicationServices \ -lm DEFINES += _TTY_POSIX_ @@ -132,26 +131,18 @@ linux-g++ { } -# Windows (32bit) +# Windows (32bit/64bit) win32 { message(Building for Windows Platform (32/64bit)) # Special settings for debug - #CONFIG += CONSOLE + #CONFIG += CONSOLE LIBS += -L$$BASEDIR\lib\sdl\win32 \ -lmingw32 -lSDLmain -lSDL -mwindows 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 { diff --git a/mavground.pro b/mavground.pro index 3032bcb..faa9d7b 100644 --- a/mavground.pro +++ b/mavground.pro @@ -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 \