qdbusxml2cpp: fix build on Windows
bootstrapped process defines QT_NO_LIBRARY but QT_NO_LIBRARY is not supported on Windows Change-Id: I353a8690832e292522ed6c39a7e0ca19b0980e01 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
ee166bbce0
commit
9a7f7b5d34
|
|
@ -40,7 +40,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#ifndef QT_BOOTSTRAPPED
|
||||
#include <QtCore/qlibrary.h>
|
||||
#endif
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <private/qmutexpool_p.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue