diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-05-24 16:26:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-05-24 16:26:09 +0200 |
commit | b33e4034e7490e5895a5cb2cc54949354842f9d9 (patch) | |
tree | e16daa4254c56e6f7e2b6bcc9858a3f309dde5b9 /ubuntu/maverick/dependencies/qt3/debian/control | |
parent | 3a550f1f61d4e99d98ef0d3c878ab5eeadcbd189 (diff) | |
download | tde-packaging-b33e4034e7490e5895a5cb2cc54949354842f9d9.tar.gz tde-packaging-b33e4034e7490e5895a5cb2cc54949354842f9d9.zip |
Enable sqlite3 plugin in Qt3/TQt3 on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/dependencies/qt3/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/qt3/debian/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/control b/ubuntu/maverick/dependencies/qt3/debian/control index cabb4836b..e61b4d344 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/control +++ b/ubuntu/maverick/dependencies/qt3/debian/control @@ -88,6 +88,15 @@ Description: SQLite database driver for Qt3 (Threaded) it if you intend to use or write Qt programs that are to access an SQLite DB. +Package: libqt3-mt-sqlite3 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: SQLite3 database driver for Qt3 (Threaded) + This package contains the threaded SQLite3 plugin for Qt3. Install + it if you intend to use or write Qt programs that are to access an + SQLite3 DB. + Package: libqt3-mt-dev Architecture: any Section: libdevel |