projects
/
profile
/
ivi
/
qtbase.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add PLUGIN_CLASS_NAME to qtbase plugins
[profile/ivi/qtbase.git]
/
src
/
plugins
/
sqldrivers
/
oci
/
oci.pro
1
TARGET = qsqloci
2
3
SOURCES = main.cpp
4
OTHER_FILES += oci.json
5
include(../../../sql/drivers/oci/qsql_oci.pri)
6
7
PLUGIN_CLASS_NAME = QOCIDriverPlugin
8
include(../qsqldriverbase.pri)