projects
/
profile
/
ivi
/
qtbase.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove mentions of borland from project files
[profile/ivi/qtbase.git]
/
src
/
sql
/
drivers
/
ibase
/
qsql_ibase.pri
1
HEADERS += $$PWD/qsql_ibase.h
2
SOURCES += $$PWD/qsql_ibase.cpp
3
4
unix {
5
!contains(LIBS, .*gds.*):!contains(LIBS, .*libfb.*):LIBS += -lgds
6
} else {
7
!contains(LIBS, .*gds.*):!contains(LIBS, .*fbclient.*) {
8
LIBS += -lgds32_ms
9
}
10
}