summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci/oci.pro
blob: 96a0dd9ab69bc2113808510d15dfce9df098ce21 (plain)
1
2
3
4
5
6
7
8
TARGET = qsqloci

SOURCES = main.cpp
OTHER_FILES += oci.json
include(../../../sql/drivers/oci/qsql_oci.pri)

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