mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG-- branch : develop
This commit is contained in:
parent
c427bb216b
commit
cd021fc4ef
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
#endif
|
||||
|
||||
// Qt includes
|
||||
#include <qglobal.h>
|
||||
|
||||
#ifdef Q_COMPILER_RVALUE_REFS
|
||||
#undef Q_COMPILER_RVALUE_REFS
|
||||
#endif
|
||||
|
||||
#include <QApplication>
|
||||
#include <QtCore/QMap>
|
||||
#include <QtCore/qdebug.h>
|
||||
|
|
Loading…
Reference in a new issue