Skip to content

Commit

Permalink
qt 4.x fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Apr 11, 2021
1 parent 9b0820f commit 0282427
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ add_definitions(${Qt${QT_VERSION_MAJOR}Widgets_COMPILE_DEFINITIONS})


set(PROJECT "tea-qt")
project ($PROJECT VERSION 60.0.2 LANGUAGES CXX C)
project ($PROJECT VERSION 60.0.3 LANGUAGES CXX C)
add_definitions(-DVERSION_NUMBER="\\"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}\\"")
add_definitions(-DNOCRYPT=1)
add_definitions(-DNOUNCRYPT=1)
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//it's lazy updated file, so the real ChangeLog is the activity on github

+ qt 4.x compat again

* Spellcheker module rewrite

+ lua is added for script intepritators (Fn - Script)
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project('tea', ['cpp','c'],
default_options : ['cpp_std=c++11'],
version : '60.0.2',
version : '60.0.3',
license : 'GPLv3')

add_global_arguments('-DVERSION_NUMBER="60.0.2"', language : 'cpp')
add_global_arguments('-DVERSION_NUMBER="60.0.3"', language : 'cpp')
add_global_arguments('-DNOCRYPT="1"', language : 'cpp')
add_global_arguments('-DNOUNCRYPT="1"', language : 'cpp')
add_global_arguments('-DQUAZIP_STATIC="1"', language : 'cpp')
Expand Down
4 changes: 2 additions & 2 deletions tea-qmake.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 60.0.2
VERSION = 60.0.3

os2: {
DEFINES += 'VERSION_NUMBER=\'"60.0.2"\''
DEFINES += 'VERSION_NUMBER=\'"60.0.3"\''
} else: {
DEFINES += 'VERSION_NUMBER=\\\"$${VERSION}\\\"'
}
Expand Down

0 comments on commit 0282427

Please sign in to comment.