Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e88bb34f
Commit
e88bb34f
authored
Jan 26, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: fix windows build
include config.h from headers
parent
f86e5ebb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
modules/gui/qt4/adapters/seekpoints.hpp
modules/gui/qt4/adapters/seekpoints.hpp
+4
-0
modules/gui/qt4/dialogs/external.hpp
modules/gui/qt4/dialogs/external.hpp
+4
-0
modules/gui/qt4/util/input_slider.hpp
modules/gui/qt4/util/input_slider.hpp
+4
-0
modules/gui/qt4/variables.hpp
modules/gui/qt4/variables.hpp
+4
-0
No files found.
modules/gui/qt4/adapters/seekpoints.hpp
View file @
e88bb34f
...
...
@@ -22,6 +22,10 @@
#ifndef SEEKPOINTS_HPP
#define SEEKPOINTS_HPP
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_input.h>
...
...
modules/gui/qt4/dialogs/external.hpp
View file @
e88bb34f
...
...
@@ -21,6 +21,10 @@
#ifndef QVLC_DIALOGS_EXTERNAL_H_
#define QVLC_DIALOGS_EXTERNAL_H_ 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <QObject>
#include <vlc_common.h>
#include "variables.hpp"
...
...
modules/gui/qt4/util/input_slider.hpp
View file @
e88bb34f
...
...
@@ -26,6 +26,10 @@
#ifndef _INPUTSLIDER_H_
#define _INPUTSLIDER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include "timetooltip.hpp"
...
...
modules/gui/qt4/variables.hpp
View file @
e88bb34f
...
...
@@ -21,6 +21,10 @@
#ifndef QVLC_VARIABLES_H_
#define QVLC_VARIABLES_H_ 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <QObject>
#include <vlc_common.h>
...
...
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