diff --git a/.gitignore b/.gitignore index 617bc4b..c1ae31b 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ tags build*/ compile_commands.json +.cache +.DS_Store # Downloaded QtCreator path external/qtcreator/dist*/ diff --git a/CMakeLists.txt b/CMakeLists.txt index d9304c7..44bbe08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 1def8ad..bd78996 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/external/qtcreator/version.cmake b/external/qtcreator/version.cmake index ff862d2..902d626 100644 --- a/external/qtcreator/version.cmake +++ b/external/qtcreator/version.cmake @@ -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 "") diff --git a/src/QNVim.json.in b/src/QNVim.json.in index 85e297d..7371fdc 100644 --- a/src/QNVim.json.in +++ b/src/QNVim.json.in @@ -1,6 +1,6 @@ { \"Name\" : \"QNVim\", - \"Version\" : \"9.0.2_1\", + \"Version\" : \"10.0.0\", \"Vendor\" : \"Sassan Haradji\", \"Copyright\" : \"(C) Sassan Haradji\", \"License\" : \"MIT\",