Navigation Menu

Skip to content

Commit

Permalink
Changes to helpviewer.pro to get the help viewer to build correctly. …
Browse files Browse the repository at this point in the history
…Note this .pro file doesn't include settings.pro by design.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6244 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Dec 12, 2006
1 parent 7fcc441 commit 9c51d87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/helpviewer/helpviewer.pro
@@ -1,13 +1,13 @@
######################################################################
# Automatically generated by qmake (1.06c) Sun Aug 21 15:43:14 2005
######################################################################

MSYSBASE = c:\msys\local
DESTDIR = ..\..\qgis-release
TARGET = qgis_help
TEMPLATE = app
INCLUDEPATH += . \
$(SQLITE3)
INCLUDEPATH += . $${MSYSBASE}\include

LIBS += $(SQLITE3)\sqlite3.lib
LIBS += -L$${MSYSBASE}\lib -lsqlite3

# Input
HEADERS += qgshelpserver.h qgshelpviewer.h
Expand All @@ -16,5 +16,5 @@ SOURCES += main.cpp qgshelpserver.cpp qgshelpviewer.cpp
#The following line was inserted by qt3to4
QT += qt3support
#The following line was inserted by qt3to4
CONFIG += uic3
#CONFIG += uic3

0 comments on commit 9c51d87

Please sign in to comment.