Skip to content

Commit 5e8bee4

Browse files
author
Koen Deforche
committed
several bug fixes for (older) regressions
1 parent 9dcfc77 commit 5e8bee4

40 files changed

+228
-1232
lines changed

ReleaseNotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>A) New classes:</h3>
4545
<a href="classWt_1_1WReadOnlyProxyModel.html">WReadOnlyProxyModel</a>
4646
</dt>
4747
<dd>
48-
A proxy model class which allows to share a source model between
48+
A proxy model class which allows to share a source model
4949
read-only between multiple sessions.
5050
</dd>
5151

WConfig.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#cmakedefine WTDBO_STATIC
2424
#cmakedefine WTDBOPOSTGRES_STATIC
2525
#cmakedefine WTDBOSQLITE3_STATIC
26+
#cmakedefine WTDBOFIREBIRD_STATIC
2627
#cmakedefine WTHTTP_STATIC
2728
#cmakedefine WT_EXT_STATIC
2829
#cmakedefine WT_EXT_STATIC

cmake/WtFindZlib.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FIND_PATH(ZLIB_INCLUDE zlib.h
1414
IF(WIN32)
1515
FIND_LIBRARY(ZLIB_LIB_RELEASE
1616
NAMES
17-
zlibstat
17+
zlibstat zlib
1818
PATHS
1919
/usr/lib
2020
${ZLIB_PREFIX}/lib

examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ SUBDIRS(
140140
composer
141141
dialog
142142
dragdrop
143-
extkitchen
144143
feature
145144
filetreetable
146145
form

examples/extkitchen/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/extkitchen/CsvUtil.C

Lines changed: 0 additions & 65 deletions
This file was deleted.

examples/extkitchen/CsvUtil.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)