File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_policy(SET CMP0063 NEW)
3
3
4
4
# Project properties
5
5
PROJECT (qtspell )
6
- SET (QTSPELL_VERSION 1.0 )
6
+ SET (QTSPELL_VERSION 1.0.1 )
7
7
set (CMAKE_C_VISIBILITY_PRESET hidden )
8
8
set (CMAKE_CXX_VISIBILITY_PRESET hidden )
9
9
set (CMAKE_VISIBILITY_INLINES_HIDDEN 1 )
Original file line number Diff line number Diff line change
1
+ qtspell 1.0.1 (Jan 14 2022):
2
+ * Fix broken pkg-config file
3
+
1
4
qtspell 1.0 (Jan 14 2022):
2
5
* Add Qt6 support
3
6
* Fix undo/redo not correctly re-enabled after detach/attach
Original file line number Diff line number Diff line change 1
1
prefix=@CMAKE_INSTALL_PREFIX@
2
2
libdir=${prefix}/@PC_LIB_DIR@
3
- includedir=${prefix}/@PC_INCLUDE_DIR@/QtSpell-@QT_VER@
3
+ includedir=${prefix}/@PC_INCLUDE_DIR@/QtSpell-qt @QT_VER@
4
4
5
5
Name: qtspell
6
6
Description: Spell checking for Qt text widgets.
7
7
Version: @QTSPELL_VERSION@
8
- Libs: -L${libdir} -lqtspell-@QT_VER@
8
+ Libs: -L${libdir} -lqtspell-qt @QT_VER@
9
9
Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments