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
89c0813e
Commit
89c0813e
authored
9 years ago
by
Craig Watson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing includes
parent
cdb56333
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
OpenBoard.pro
OpenBoard.pro
+4
-1
UBCustomCaptureWindow.cpp
src/desktop/UBCustomCaptureWindow.cpp
+1
-0
UBRubberBand.cpp
src/gui/UBRubberBand.cpp
+1
-0
No files found.
OpenBoard.pro
View file @
89c0813e
...
@@ -28,13 +28,15 @@ VERSION_RC = $$replace(VERSION_RC, "r", "240") # 0xF0
...
@@ -28,13 +28,15 @@ VERSION_RC = $$replace(VERSION_RC, "r", "240") # 0xF0
QT
+=
webkit
QT
+=
webkit
QT
+=
svg
QT
+=
svg
QT
+=
network
QT
+=
network
#QT += phonon
QT
+=
xml
QT
+=
xml
QT
+=
script
QT
+=
script
QT
+=
xmlpatterns
QT
+=
xmlpatterns
QT
+=
uitools
QT
+=
uitools
QT
+=
multimedia
QT
+=
multimedia
QT
+=
webkitwidgets
QT
+=
webkitwidgets
QT
+=
multimediawidgets
QT
+=
printsupport
QT
+=
core
INCLUDEPATH
+=
src
INCLUDEPATH
+=
src
...
@@ -65,6 +67,7 @@ include($$THIRD_PARTY_PATH/quazip/quazip.pri)
...
@@ -65,6 +67,7 @@ include($$THIRD_PARTY_PATH/quazip/quazip.pri)
DEPENDPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
DEPENDPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
INCLUDEPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
INCLUDEPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
include
(
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
/
qtsingleapplication
.
pri
)
include
(
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
/
qtsingleapplication
.
pri
)
include
(
$$
THIRD_PARTY_PATH
/
qt
/
lockedfile
/
qtlockedfile
.
pri
)
FORMS
+=
resources
/
forms
/
mainWindow
.
ui
\
FORMS
+=
resources
/
forms
/
mainWindow
.
ui
\
resources
/
forms
/
preferences
.
ui
\
resources
/
forms
/
preferences
.
ui
\
...
...
This diff is collapsed.
Click to expand it.
src/desktop/UBCustomCaptureWindow.cpp
View file @
89c0813e
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include <QApplication>
#include <QApplication>
#include <QDesktopWidget>
#include <QDesktopWidget>
#include <QStyle>
#include "UBCustomCaptureWindow.h"
#include "UBCustomCaptureWindow.h"
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBRubberBand.cpp
View file @
89c0813e
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include <QtGui>
#include <QtGui>
#include <QStyleFactory>
#include <QStyleFactory>
#include <QStyle>
#ifdef Q_OS_OSX
#ifdef Q_OS_OSX
#include <QtGui/QMacStyle>
#include <QtGui/QMacStyle>
...
...
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