Skip to content

Commit 6b3ade6

Browse files
author
gsherman
committed
Changes to helpviewer.pro to get the help viewer to build correctly. Note this .pro file doesn't include settings.pro by design.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6244 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6ea6aa5 commit 6b3ade6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/helpviewer/helpviewer.pro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
######################################################################
22
# Automatically generated by qmake (1.06c) Sun Aug 21 15:43:14 2005
33
######################################################################
4-
4+
MSYSBASE = c:\msys\local
5+
DESTDIR = ..\..\qgis-release
56
TARGET = qgis_help
67
TEMPLATE = app
7-
INCLUDEPATH += . \
8-
$(SQLITE3)
8+
INCLUDEPATH += . $${MSYSBASE}\include
99

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

1212
# Input
1313
HEADERS += qgshelpserver.h qgshelpviewer.h
@@ -16,5 +16,5 @@ SOURCES += main.cpp qgshelpserver.cpp qgshelpviewer.cpp
1616
#The following line was inserted by qt3to4
1717
QT += qt3support
1818
#The following line was inserted by qt3to4
19-
CONFIG += uic3
19+
#CONFIG += uic3
2020

0 commit comments

Comments
 (0)