source:
branches/4.5.1/src/plugins/sqldrivers/sqlite2/sqlite2.pro@
921
Last change on this file since 921 was 2, checked in by , 16 years ago | |
---|---|
File size: 226 bytes |
Line | |
---|---|
1 | TARGET = qsqlite2 |
2 | |
3 | HEADERS = ../../../sql/drivers/sqlite2/qsql_sqlite2.h |
4 | SOURCES = smain.cpp \ |
5 | ../../../sql/drivers/sqlite2/qsql_sqlite2.cpp |
6 | |
7 | !contains(LIBS, .*sqlite.*):LIBS *= -lsqlite |
8 | |
9 | include(../qsqldriverbase.pri) |
Note:
See TracBrowser
for help on using the repository browser.