Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build wms provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@6216 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 8, 2006
1 parent c53c866 commit d211936
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/providers/providers.pro
Expand Up @@ -10,4 +10,4 @@
#
#################################################################
TEMPLATE = subdirs
SUBDIRS = ogr delimitedtext grass postgres
SUBDIRS = ogr delimitedtext grass postgres wms
27 changes: 15 additions & 12 deletions src/providers/wms/wms.pro
Expand Up @@ -3,16 +3,19 @@
# This file is needed for building on Windows
######################################################################
# wms.pro,v 1.0 2005/03/15 00:00:00 morb_au Exp

include(../../../settings.pro)
TARGET=wmsprovider
TEMPLATE = lib
INCLUDEPATH += . \
..\..\src \
LIBS += ..\..\src\libqgis.lib \

CONFIG += qt dll thread
DLLDESTDIR= ..\..\win_build\lib\qgis
# Input
HEADERS += qgshttptransaction.h \
qgswmsprovider.h
SOURCES += qgshttptransaction.cpp \
qgswmsprovider.cpp
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${QGISCORELIBADD}
#LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")


HEADERS += qgswmsprovider.h
SOURCES += qgswmsprovider.cpp

0 comments on commit d211936

Please sign in to comment.