|
Last change
on this file since 262 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
390 bytes
|
| Line | |
|---|
| 1 | TARGET = qsqlibase
|
|---|
| 2 |
|
|---|
| 3 | HEADERS = ../../../sql/drivers/ibase/qsql_ibase.h
|
|---|
| 4 | SOURCES = main.cpp \
|
|---|
| 5 | ../../../sql/drivers/ibase/qsql_ibase.cpp
|
|---|
| 6 |
|
|---|
| 7 | unix:!contains( LIBS, .*gds.* ):!contains( LIBS, .*libfb.* ):LIBS *= -lgds
|
|---|
| 8 |
|
|---|
| 9 | win32:!contains( LIBS, .*gds.* ):!contains( LIBS, .*fbclient.* ) {
|
|---|
| 10 | !win32-borland:LIBS *= -lgds32_ms
|
|---|
| 11 | win32-borland:LIBS += gds32.lib
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | include(../qsqldriverbase.pri)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.