File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(DEFINED PROJECT_NAME)
4
4
set (SUBPROJECT ON )
5
5
endif ()
6
6
7
- project (qtpromise VERSION 0.5 .0 LANGUAGES CXX )
7
+ project (qtpromise VERSION 0.6 .0 LANGUAGES CXX )
8
8
9
9
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} /cmake" )
10
10
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ installed either as a [`subtree`](#subtree) or a [`submodule`](#submodule). Read
28
28
commands in [ "Git: submodules vs subtrees"] ( https://nering.dev/2016/git-submodules-vs-subtrees/ )
29
29
which provides a good comparison between these two workflows.
30
30
31
- The following examples install QtPromise version 0.5 .0 under the ` 3rdparty/qtpromise ` subdirectory.
31
+ The following examples install QtPromise version 0.6 .0 under the ` 3rdparty/qtpromise ` subdirectory.
32
32
Note that the install directory is arbitrary and can be any empty directory under your repository.
33
33
Once installed, refer to the [ CMake] ( #cmake ) or [ qmake] ( #qmake ) sections for details of integrating
34
34
QtPromise into your project.
@@ -38,7 +38,7 @@ QtPromise into your project.
38
38
``` sh
39
39
cd < your/project/repository>
40
40
git remote add qtpromise https://github.com/simonbrunel/qtpromise.git
41
- git subtree add -P 3rdparty/qtpromise qtpromise v0.5 .0 --squash -m " Add QtPromise v0.5 .0"
41
+ git subtree add -P 3rdparty/qtpromise qtpromise v0.6 .0 --squash -m " Add QtPromise v0.6 .0"
42
42
```
43
43
44
44
#### submodule
@@ -47,10 +47,10 @@ git subtree add -P 3rdparty/qtpromise qtpromise v0.5.0 --squash -m "Add QtPromis
47
47
cd < your/project/repository>
48
48
git submodule add https://github.com/simonbrunel/qtpromise.git 3rdparty/qtpromise
49
49
cd 3rdparty/qtpromise
50
- git checkout v0.5 .0
50
+ git checkout v0.6 .0
51
51
cd ../..
52
52
git add 3rdparty/qtpromise
53
- git commit -m " Add QtPromise v0.5 .0"
53
+ git commit -m " Add QtPromise v0.6 .0"
54
54
```
55
55
56
56
### Download
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/simonbrunel/qtpromise.git"
11
11
},
12
12
"version" : {
13
- "label" : " 0.5 .0"
13
+ "label" : " 0.6 .0"
14
14
},
15
15
"license" : " MIT" ,
16
16
"pri_filename" : " qtpromise.pri" ,
You can’t perform that action at this time.
0 commit comments