Skip to content
Snippets Groups Projects
cmakeprojectmanager.pro 943 B
Newer Older
con's avatar
con committed
TEMPLATE = lib
TARGET = CMakeProjectManager
include(../../qtcreatorplugin.pri)
con's avatar
con committed
include(cmakeprojectmanager_dependencies.pri)
HEADERS = cmakeproject.h \
    cmakeprojectplugin.h \
    cmakeprojectmanager.h \
    cmakeprojectconstants.h \
    cmakeprojectnodes.h \
Tobias Hunger's avatar
Tobias Hunger committed
    cmaketarget.h \
    makestep.h \
dt's avatar
dt committed
    cmakerunconfiguration.h \
    cmakeopenprojectwizard.h \
    cmakebuildconfiguration.h \
    cmakeeditorfactory.h \
    cmakeeditor.h \
    cmakehighlighter.h \
    cmakeuicodemodelsupport.h
con's avatar
con committed
SOURCES = cmakeproject.cpp \
    cmakeprojectplugin.cpp \
    cmakeprojectmanager.cpp \
    cmakeprojectnodes.cpp \
Tobias Hunger's avatar
Tobias Hunger committed
    cmaketarget.cpp \
    makestep.cpp \
dt's avatar
dt committed
    cmakerunconfiguration.cpp \
    cmakeopenprojectwizard.cpp \
    cmakebuildconfiguration.cpp \
    cmakeeditorfactory.cpp \
    cmakeeditor.cpp \
    cmakehighlighter.cpp \
    cmakeuicodemodelsupport.cpp
con's avatar
con committed
RESOURCES += cmakeproject.qrc
FORMS +=
OTHER_FILES += CMakeProject.mimetypes.xml