You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/applications/kmymoney/patches/3.5.13.2/kmymoney-3.5.13-missing_ldf...

19 lines
600 B

--- 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 \