Skip to content

Commit

Permalink
Link MapGraphics statically
Browse files Browse the repository at this point in the history
  • Loading branch information
kantooon committed Feb 23, 2015
1 parent 50d57ef commit 3927247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions MapGraphics/MapGraphics.pro
Expand Up @@ -9,6 +9,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = MapGraphics
TEMPLATE = lib
CONFIG += staticlib

DEFINES += MAPGRAPHICS_LIBRARY

Expand Down
5 changes: 2 additions & 3 deletions QRadioPredict/QRadioPredict.pro
Expand Up @@ -121,10 +121,9 @@ FORMS += MainWindow.ui \
#Linkage for MapGraphics shared library
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../MapGraphics/release/ -lMapGraphics
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../MapGraphics/debug/ -lMapGraphics
else:unix:!symbian: LIBS += -L$$OUT_PWD/../MapGraphics/ -lMapGraphics
else:unix:!symbian: LIBS += $$OUT_PWD/../MapGraphics/libMapGraphics.a
INCLUDEPATH += $$PWD/../MapGraphics
INCLUDEPATH += /home/adrian/c++/gdal/include/
DEPENDPATH += $$PWD/../MapGraphics
#DEPENDPATH += $$PWD/../MapGraphics
unix:!symbian: LIBS += -lgdal

RESOURCES += \
Expand Down
2 changes: 1 addition & 1 deletion QRadioPredict/settingsdialog.ui
Expand Up @@ -353,7 +353,7 @@
<item row="9" column="1">
<widget class="QCheckBox" name="clutterCheckBox">
<property name="text">
<string>Not suitable for plot mode</string>
<string/>
</property>
</widget>
</item>
Expand Down

0 comments on commit 3927247

Please sign in to comment.