mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Don't include qmlpluginloader.h in plugin.sh
Actually much better fix for PyFalkon build error.
This commit is contained in:
parent
eefd9cd046
commit
4ff7ccc737
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "qzcommon.h"
|
||||
#include "plugininterface.h"
|
||||
#include "qml/qmlpluginloader.h"
|
||||
|
||||
class QLibrary;
|
||||
class QPluginLoader;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
* ============================================================ */
|
||||
#include "qmlplugin.h"
|
||||
#include "qmlplugins.h"
|
||||
#include "qmlpluginloader.h"
|
||||
#include "datapaths.h"
|
||||
#include "desktopfile.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user