aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlprojectmanager.pro
blob: 330d93d6012bf5c83d89d3921f2d2761890ad66a (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
QT += network

include(../../qtcreatorplugin.pri)
include(fileformat/fileformat.pri)

DEFINES += QMLPROJECTMANAGER_LIBRARY

HEADERS += \
    qmlmainfileaspect.h \
    qmlmultilanguageaspect.h \
    qmlproject.h \
    qmlprojectplugin.h \
    qmlprojectconstants.h \
    qmlprojectnodes.h \
    qmlprojectrunconfiguration.h \
    qmlprojectmanager_global.h \
    qmlprojectmanagerconstants.h

SOURCES += \
    qmlmainfileaspect.cpp \
    qmlmultilanguageaspect.cpp \
    qmlproject.cpp \
    qmlprojectplugin.cpp \
    qmlprojectnodes.cpp \
    qmlprojectrunconfiguration.cpp

RESOURCES += qmlproject.qrc