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
40faa8ff
Commit
40faa8ff
authored
Nov 18, 2015
by
agriche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Replace some headers files.
parent
e7c986b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
3 deletions
+60
-3
changes_porting_qt5.txt
changes_porting_qt5.txt
+60
-3
No files found.
changes_porting_qt5.txt
View file @
40faa8ff
...
@@ -874,12 +874,9 @@ freetype.pro
...
@@ -874,12 +874,9 @@ freetype.pro
- replace the old version 2.4.6 by the last release 2.6 => FREETYPE_DIR_WITH_VERSION = freetype-2.6.1
- 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
Openssl 1.0.2 library
----------------------
----------------------
- configure & build & install the static version of the library Openssl 1.0.2. with msvc 2010 compiler.
- 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]
libeay32MT.lib is compiled with default /MT run-time option [Multithreaded static]
...
@@ -907,3 +904,63 @@ zlib 1.2.8 library
...
@@ -907,3 +904,63 @@ zlib 1.2.8 library
=> Enter nmake -f win32/Makefile.msc.
=> Enter nmake -f win32/Makefile.msc.
=> Retrieve and move the include headers files (zconf.h,zlib.h) and the static library zlib.lib.
=> Retrieve and move the include headers files (zconf.h,zlib.h) and the static library zlib.lib.
UBWindowCaptureDelegate_win.cpp
-------------------------------
- replace mCapturedPixmap = QPixmap::grabWindow(mCurrentWindow); by mCapturedPixmap = QPixmap::grabWindow((WId)mCurrentWindow);
UBGraphicsCurtainItemDelegate.cpp
------------------------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBToolsManager.h
------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsCompass.h
-------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsCurtainItem.h
------------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsCurtainItemDelegate.h
-------------------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsRuler.h
----------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsTriangle.h
--------------------
- replace //#include <QtGui> by #include <QtWidgets>.
UBGraphicsCurtainItem.cpp
--------------------------
- Replace //#include <QtGui> by #include <QtWidgets>.
***************************
COMPILATION IN DEBUG MODE :
***************************
The Openboard application crashes after a checkUpdate ("http://get.openboard.org/update.json")
=> the url do not exists.
UBGraphicsDelegateFrame.cpp
------------------------------
\ No newline at end of file
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