summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/ibase/ibase.pro
blob: e5709207d1e1c31bb80aa4b4aa2026863f60541c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qsqlibase

HEADERS += $$PWD/qsql_ibase_p.h
SOURCES += $$PWD/qsql_ibase.cpp $$PWD/main.cpp

# FIXME: ignores libfb (unix)/fbclient (win32) - but that's for the test anyway
QMAKE_USE += ibase

OTHER_FILES += ibase.json

PLUGIN_CLASS_NAME = QIBaseDriverPlugin
include(../qsqldriverbase.pri)