Skip to content
Snippets Groups Projects
Commit 832965f4 authored by Matthias Möller's avatar Matthias Möller
Browse files

- add dllexport and fix some linker error for windows

- add includes
- fix gl function names (from no_ext to arb extension)
- rearrange includes, so that glew.h is included before gl.h (through qt5.0) is included
- add some missing file properties

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19018 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 8676ed33
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@
* *
\*===========================================================================*/
#include "FileHeightFieldImage.hh"
#include "ImageDialog.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
......@@ -49,11 +51,7 @@
#include <QFileInfo>
#include <QSettings>
#include "FileHeightFieldImage.hh"
#include "ImageDialog.hh"
#include "OpenFlipper/BasePlugin/PluginFunctions.hh"
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
void FileHeightFieldPNGPlugin::initializePlugin() {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment