Skip to content

Commit 8461a7a

Browse files
committed
feat: update to qt creator 10
1 parent d3fdf2f commit 8461a7a

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ tags
4545

4646
build*/
4747
compile_commands.json
48+
.cache
49+
.DS_Store
4850

4951
# Downloaded QtCreator path
5052
external/qtcreator/dist*/

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ option(FETCH_QTC "Download Qt Creator development files automatically" ON)
1313

1414
add_subdirectory(external)
1515

16+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1617
set(CMAKE_AUTOMOC ON)
1718
set(CMAKE_AUTORCC ON)
1819
set(CMAKE_AUTOUIC ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and operating system. Then:
4848

4949
### Building from source
5050

51-
> ⚠️ **Warning** ⚠️
51+
> ⚠️ **Warning** ⚠️
5252
>
5353
> As per [Qt policies](https://doc.qt.io/qtcreator-extending/coding-style.html#binary-and-source-compatibility)
5454
> major and minor versions of Qt Creator Plugin APIs are not compatible,

external/qtcreator/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: None
22
# SPDX-License-Identifier: MIT
33

4-
set(QT_CREATOR_VERSION "9.0.1")
4+
set(QT_CREATOR_VERSION "10.0.0")
55
set(QT_CREATOR_SNAPSHOT "")

src/QNVim.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
\"Name\" : \"QNVim\",
3-
\"Version\" : \"9.0.2_1\",
3+
\"Version\" : \"10.0.0\",
44
\"Vendor\" : \"Sassan Haradji\",
55
\"Copyright\" : \"(C) Sassan Haradji\",
66
\"License\" : \"MIT\",

0 commit comments

Comments
 (0)