Skip to content

Commit

Permalink
feat: update to qt creator 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Apr 20, 2023
1 parent d3fdf2f commit 8461a7a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ tags

build*/
compile_commands.json
.cache
.DS_Store

# Downloaded QtCreator path
external/qtcreator/dist*/
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ option(FETCH_QTC "Download Qt Creator development files automatically" ON)

add_subdirectory(external)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and operating system. Then:

### Building from source

> ⚠️ **Warning** ⚠️
> ⚠️ **Warning** ⚠️
>
> As per [Qt policies](https://doc.qt.io/qtcreator-extending/coding-style.html#binary-and-source-compatibility)
> major and minor versions of Qt Creator Plugin APIs are not compatible,
Expand Down
2 changes: 1 addition & 1 deletion external/qtcreator/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: MIT

set(QT_CREATOR_VERSION "9.0.1")
set(QT_CREATOR_VERSION "10.0.0")
set(QT_CREATOR_SNAPSHOT "")
2 changes: 1 addition & 1 deletion src/QNVim.json.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
\"Name\" : \"QNVim\",
\"Version\" : \"9.0.2_1\",
\"Version\" : \"10.0.0\",
\"Vendor\" : \"Sassan Haradji\",
\"Copyright\" : \"(C) Sassan Haradji\",
\"License\" : \"MIT\",
Expand Down

0 comments on commit 8461a7a

Please sign in to comment.