diff options
author | axis <qt-info@nokia.com> | 2010-07-20 12:07:25 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-21 10:42:15 (GMT) |
commit | c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02 (patch) | |
tree | 4e4704797cc8d08a412ad411d2286285805e82f5 /src/sql | |
parent | d9e75d77ac3da86c32d280895beac2936d8869ca (diff) | |
download | Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.zip Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.tar.gz Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.tar.bz2 |
Fixed automatic sqlite extraction on Symbian makefile build system.
Since we cannot extract to the epocroot (it is considered R/O), we
extract the header and the dso to the temporary build directories and
include them from there.
RevBy: Trust me
Diffstat (limited to 'src/sql')
-rw-r--r-- | src/sql/drivers/drivers.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sql/drivers/drivers.pri b/src/sql/drivers/drivers.pri index 05e7265..c68442d 100644 --- a/src/sql/drivers/drivers.pri +++ b/src/sql/drivers/drivers.pri @@ -114,6 +114,8 @@ contains(sql-drivers, sqlite) { QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE } + symbian:include(../../plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pri) + HEADERS += drivers/sqlite/qsql_sqlite.h SOURCES += drivers/sqlite/qsql_sqlite.cpp } |