forked from qt-creator/qt-creator
QmlDesigner: Fix linux build
Change-Id: I07d77b5423c6846dae83d35b758daad4cbc2b265 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
f48361912b
commit
064161313d
@@ -30,11 +30,10 @@
|
||||
#include <QtQml/qqml.h>
|
||||
#include <QList>
|
||||
#include <QColor>
|
||||
#include <simplecolorpalette.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
class PaletteColor;
|
||||
|
||||
class SimpleColorPaletteSingleton : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@@ -9,7 +9,7 @@ include (../qmldesigner_dependencies.pri)
|
||||
|
||||
LIBS += -L$$IDE_PLUGIN_PATH
|
||||
LIBS += -l$$qtLibraryName(QmlDesigner)
|
||||
LIBS += -l$$qtLibraryName(Extensionsystem)
|
||||
LIBS += -l$$qtLibraryName(ExtensionSystem)
|
||||
LIBS += -l$$qtLibraryName(Core)
|
||||
LIBS += -l$$qtLibraryName(ProjectExplorer)
|
||||
LIBS += -l$$qtLibraryName(Utils)
|
||||
|
Reference in New Issue
Block a user