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
Nov 09, 2015
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
QT
+=
webkit
QT
+=
svg
QT
+=
network
#QT += phonon
QT
+=
xml
QT
+=
script
QT
+=
xmlpatterns
QT
+=
uitools
QT
+=
multimedia
QT
+=
webkitwidgets
QT
+=
multimediawidgets
QT
+=
printsupport
QT
+=
core
INCLUDEPATH
+=
src
...
...
@@ -65,6 +67,7 @@ include($$THIRD_PARTY_PATH/quazip/quazip.pri)
DEPENDPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
INCLUDEPATH
+=
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
include
(
$$
THIRD_PARTY_PATH
/
qt
/
singleapplication
/
qtsingleapplication
.
pri
)
include
(
$$
THIRD_PARTY_PATH
/
qt
/
lockedfile
/
qtlockedfile
.
pri
)
FORMS
+=
resources
/
forms
/
mainWindow
.
ui
\
resources
/
forms
/
preferences
.
ui
\
...
...
src/desktop/UBCustomCaptureWindow.cpp
View file @
89c0813e
...
...
@@ -26,6 +26,7 @@
#include <QApplication>
#include <QDesktopWidget>
#include <QStyle>
#include "UBCustomCaptureWindow.h"
...
...
src/gui/UBRubberBand.cpp
View file @
89c0813e
...
...
@@ -29,6 +29,7 @@
#include <QtGui>
#include <QStyleFactory>
#include <QStyle>
#ifdef Q_OS_OSX
#include <QtGui/QMacStyle>
...
...
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