source: branches/4.5.1/src/plugins/sqldrivers/sqlite2/sqlite2.pro@ 921

Last change on this file since 921 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 226 bytes
Line 
1TARGET = qsqlite2
2
3HEADERS = ../../../sql/drivers/sqlite2/qsql_sqlite2.h
4SOURCES = smain.cpp \
5 ../../../sql/drivers/sqlite2/qsql_sqlite2.cpp
6
7!contains(LIBS, .*sqlite.*):LIBS *= -lsqlite
8
9include(../qsqldriverbase.pri)
Note: See TracBrowser for help on using the repository browser.