diff options
author | Michele Calgaro <[email protected]> | 2018-11-01 22:07:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-01 22:35:39 +0900 |
commit | 86f493cd128cce79860200ab94cc30cf74a68b25 (patch) | |
tree | be55b0bf202c46cca2b4d64e12d20cca60888e32 /src/tools/ntqwinexport.h | |
parent | 945f32a341826e71eb7b908afc79f0fff4ac1592 (diff) | |
download | tqt3-86f493cd128cce79860200ab94cc30cf74a68b25.tar.gz tqt3-86f493cd128cce79860200ab94cc30cf74a68b25.zip |
Fixed FTBFS caused by name conflict with new postgres server dev 11 package.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7c9a149f4ce92375b22e16ccfe0b348fc8547f20)
Diffstat (limited to 'src/tools/ntqwinexport.h')
-rw-r--r-- | src/tools/ntqwinexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h index 0936ade6c..504a68799 100644 --- a/src/tools/ntqwinexport.h +++ b/src/tools/ntqwinexport.h @@ -215,7 +215,7 @@ TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrVector<TQTableIte // qsqlextension template exports #if defined(Q_DEFINED_QSQLEXTENSION) && defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QVALUEVECTOR) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QSQLEXTENSION_TEMPLATES) #define Q_EXPORTED_QSQLEXTENSION_TEMPLATES -TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,Param>; +TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,TQtParam>; TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQValueVector<Holder>; #endif |