Commit 1e9a300e authored by Konstantin Pavlov's avatar Konstantin Pavlov

ML: Qt4: Include config.h to fix plugin linking.

parent 60c1ea78
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef MEDIA_LIBRARY #ifdef MEDIA_LIBRARY
#include <QDateTime> #include <QDateTime>
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef MEDIA_LIBRARY #ifdef MEDIA_LIBRARY
#include <QUrl> #include <QUrl>
......
...@@ -24,9 +24,14 @@ ...@@ -24,9 +24,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include "ml_configuration.hpp" #ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef MEDIA_LIBRARY #ifdef MEDIA_LIBRARY
#include "ml_configuration.hpp"
#include <QTreeView> #include <QTreeView>
#include <QPushButton> #include <QPushButton>
#include <QDialogButtonBox> #include <QDialogButtonBox>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment