Skip to content

Commit

Permalink
Build: Fix ArduPilot#1309 SDL2 fails in QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
billbonney committed Feb 12, 2024
1 parent e4ff017 commit 5229add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QGCExternalLibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ WindowsBuild : win32 : exists(src/lib/opalrt/OpalApi.h) : exists(C:/OPAL-RT/RT-L
#

MacBuild {
QMAKE_CXXFLAGS += -F./libs/lib/Frameworks
QMAKE_CXXFLAGS += -F$$BASEDIR/libs/lib/Frameworks

INCLUDEPATH += \
$$BASEDIR/libs/lib/Frameworks/SDL2.framework/Headers

Expand Down

0 comments on commit 5229add

Please sign in to comment.