fix linking of viewer
This commit is contained in:
parent
8c7d7e25cd
commit
4952baf494
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
######################################################################
|
||||
TEMPLATE = app
|
||||
QT += core gui widgets
|
||||
LIBS += $$system(mapnik-config --libs --dep-libs)
|
||||
QMAKE_CXX = $$system(mapnik-config --cxx)
|
||||
QMAKE_LINK = $$system(mapnik-config --cxx)
|
||||
QMAKE_CXXFLAGS += $$system(mapnik-config --cxxflags)
|
||||
QMAKE_CXXFLAGS += $$system(mapnik-config --includes --dep-includes --defines)
|
||||
QMAKE_LFLAGS += $$system(mapnik-config --libs)
|
||||
QMAKE_LFLAGS += $$system(mapnik-config --ldflags --dep-libs)
|
||||
QMAKE_LFLAGS += $$system(mapnik-config --ldflags)
|
||||
# Input
|
||||
|
||||
CONFIG += qt debug_and_release
|
||||
|
|
Loading…
Reference in a new issue