Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
50772c52
Commit
50772c52
authored
9 years ago
by
agriche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Update all lastest release libraries.
parent
c4e28b55
master
bugfix
1.5.4z3
1.5.4z2
1.5.4z
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
changes_porting_qt5.txt
changes_porting_qt5.txt
+38
-0
No files found.
changes_porting_qt5.txt
View file @
50772c52
...
...
@@ -864,7 +864,45 @@ xpdf.pro
- replace CONFIG += staticlib release by CONFIG += staticlib debug_and_release.
OpenBoard.pro
--------------
- insert the qtlockedfile config include($$THIRD_PARTY_PATH/trolltech/singleapplication/qtlockedfile.pri)
freetype.pro
------------
- replace the old version 2.4.6 by the last release 2.6 => FREETYPE_DIR_WITH_VERSION = freetype-2.6.1
Openssl 1.0.2 library
----------------------
- configure & build & install the static version of the library Openssl 1.0.2. with msvc 2010 compiler.
libeay32MT.lib is compiled with default /MT run-time option [Multithreaded static]
quazip 0.7.1 library
--------------------
- update the last update release quazip 0.7.1
=> quazip.pro et quazip.pri
xpdf 3.04 library
----------------
- Update the last release xpdf 3.04 lib.
zlib 1.2.8 library
------------------
- Build the last static version of the library zlib 1.2.8 with msvc 2010 compiler.
=> Launch cl(command line msvc 2010).
=> Go the main folder path/zlib 1.2.8.
=> Enter nmake -f win32/Makefile.msc.
=> Retrieve the include headers files (zconf.h,zlib.h) and the static library zlib.lib.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment