File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# #####################################################################
2
2
# Automatically generated by qmake (1.06c) Sun Aug 21 15:43:14 2005
3
3
# #####################################################################
4
-
4
+ MSYSBASE = c: \ msys\local
5
+ DESTDIR = .. \ ..\qgis-release
5
6
TARGET = qgis_help
6
7
TEMPLATE = app
7
- INCLUDEPATH += . \
8
- $(SQLITE3)
8
+ INCLUDEPATH += . $${MSYSBASE }\ include
9
9
10
- LIBS += $(SQLITE3) \ sqlite3. lib
10
+ LIBS += -L $${ MSYSBASE } \ lib -lsqlite3
11
11
12
12
# Input
13
13
HEADERS += qgshelpserver.h qgshelpviewer.h
@@ -16,5 +16,5 @@ SOURCES += main.cpp qgshelpserver.cpp qgshelpviewer.cpp
16
16
# The following line was inserted by qt3to4
17
17
QT += qt3support
18
18
# The following line was inserted by qt3to4
19
- CONFIG += uic3
19
+ # CONFIG += uic3
20
20
You can’t perform that action at this time.
0 commit comments