File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
1
# require 3.15 for GNUInstallDirs
2
2
cmake_minimum_required (VERSION 3.15...3.18 )
3
3
4
- project (QuaZip VERSION 1.1 )
4
+ project (QuaZip VERSION 1.2 )
5
5
6
6
set (CMAKE_CXX_STANDARD 14 )
7
7
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = quazip-1-1-x
41
+ PROJECT_NUMBER = quazip-1-2
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
QuaZip changes
2
2
3
- * Current
3
+ * 2021-11-13 1.2
4
4
* Add CMake option to disable installation (Sebastian Rettenberger)
5
5
* Qt's internal zlib can be used now (QUAZIP_USE_QT_ZLIB, OFF by
6
6
default)
Original file line number Diff line number Diff line change @@ -151,16 +151,6 @@ To run the tests, execute:
151
151
$ cmake --build wherever/you/want/your/build/to/be --target check
152
152
\endverbatim
153
153
154
- Note that tests are not included in the \c all target, so if you want
155
- to build and test with %Qt Creator, add another build step and select
156
- the \c qztest target. Then set up run configuration to launch
157
- the qztest binary.
158
-
159
- On Windows, you need to set its working directory
160
- to the \c quazip subdirectory of the build tree. The default
161
- is the \c qztest directory, which lead to mysterious crashes
162
- because qztest can't find the %QuaZip DLL there.
163
-
164
154
On some systems you may need to set PATH, LD_LIBRARY_PATH or
165
155
SHLIB_PATH to get “qztest” to actually run and to use the version of %QuaZip you've just built,
166
156
especially if you already have some version of %QuaZip installed somewhere.
@@ -207,5 +197,5 @@ Old bugs may still be available at
207
197
<a href="https://sourceforge.net/projects/quazip/">SourceForge</a>
208
198
for reference.
209
199
210
- Copyright (C) 2005-2020 Sergei Tachenov and contributors
200
+ Copyright (C) 2005-2021 Sergei Tachenov and contributors
211
201
*/
You can’t perform that action at this time.
0 commit comments