summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/componentsplugin/componentsplugin.pri
blob: 727a0d594f637184436ee6e616d9ff60e63b11fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TARGET = componentsplugin
TEMPLATE = lib
CONFIG += plugin

QT += qml

include (../designercore/iwidgetplugin.pri)
include (../qmldesigner_dependencies.pri)

LIBS += -L$$IDE_PLUGIN_PATH
LIBS += -l$$qtLibraryName(QmlDesigner)
LIBS += -l$$qtLibraryName(Core)
LIBS += -l$$qtLibraryName(Utils)

DEFINES += COMPONENTS_LIBRARY

RESOURCES += $$PWD/componentsplugin.qrc

HEADERS += \
    $$PWD/tabviewindexmodel.h \
    $$PWD/componentsplugin.h \
    $$PWD/../designercore/include/iwidgetplugin.h \
    $$PWD/addtabdesigneraction.h \
    $$PWD/addtabtotabviewdialog.h \
    $$PWD/entertabdesigneraction.h

SOURCES += \
    $$PWD/componentsplugin.cpp \
    $$PWD/tabviewindexmodel.cpp \
    $$PWD/addtabdesigneraction.cpp \
    $$PWD/addtabtotabviewdialog.cpp \
    $$PWD/entertabdesigneraction.cpp

FORMS += \
    $$PWD/addtabtotabviewdialog.ui


OTHER_FILES += $$PWD/components.metainfo