CMake: Re-generate plugins/sqldrivers/psql

Change-Id: If02ae8f616600d49cbbcd2aee298395d03b68a8f
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
Tobias Hunger 2019-03-29 12:16:41 +01:00
parent 4a9ea61705
commit a660bf9aa3

View File

@ -1,9 +1,7 @@
# Generated from psql.pro.
# FIXME cmake FindPostgreSQL is more exhaustive than the check we have for libpq-fe.h
# it also checks for catalog/pg_type.h which is a more internal include, we should
# add a way to tell cmake FindPostgreSQL to optionally only look for the libpq-fe.h one
find_package(PostgreSQL)
find_package(PostgreSQL) # special case
#####################################################################
## qsqlpsql Plugin:
@ -18,10 +16,13 @@ add_qt_plugin(qsqlpsql
QT_NO_CAST_TO_ASCII
QT_NO_CAST_FROM_ASCII
LIBRARIES
PostgreSQL::PostgreSQL
Qt::Core
Qt::CorePrivate
Qt::SqlPrivate
PostgreSQL::PostgreSQL
# OTHER_FILES = "psql.json"
# PLUGIN_CLASS_NAME = "QPSQLDriverPlugin"
# _LOADED = "qt_plugin"
)
#### Keys ignored in scope 1:.:psql.pro:<NONE>:
# OTHER_FILES = "psql.json"
# PLUGIN_CLASS_NAME = "QPSQLDriverPlugin"
# _LOADED = "qt_plugin"