blob: c80007000e5fbfd434fc61c81b4a43827262e610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- kmymoney/qt-sqlite3-0.2/sqlite3/sqlite3.pro.ORI 2012-08-05 18:51:56.961702141 +0200
+++ kmymoney/qt-sqlite3-0.2/sqlite3/sqlite3.pro 2012-08-05 19:05:43.064116419 +0200
@@ -4,13 +4,13 @@
# Target is una libreria: qsqlite3
INSTALLS += target
-target.path = $QTDIR/plugins/sqldrivers
+target.path = $(qt_plugins)/sqldrivers
HEADERS += qsql_sqlite3.h \
qsqlcachedresult.h
SOURCES += smain.cpp \
qsql_sqlite3.cpp \
qsqlcachedresult.cpp
-LIBS += -lsqlite3
+LIBS += -lsqlite3 -L$(QTLIB)
TARGET = qsqlite3
DESTDIR = ../sqldrivers
CONFIG += release \
|