DEFINES += CMAKEPROJECTMANAGER_LIBRARY include(../../qtcreatorplugin.pri) HEADERS = builddirmanager.h \ builddirparameters.h \ builddirreader.h \ cmakebuildinfo.h \ cmakebuildstep.h \ cmakebuildtarget.h \ cmakeconfigitem.h \ cmakeproject.h \ cmakeprojectimporter.h \ cmakeprojectplugin.h \ cmakeprojectmanager.h \ cmakeprojectconstants.h \ cmakeprojectnodes.h \ cmakerunconfiguration.h \ cmakebuildconfiguration.h \ cmakeeditor.h \ cmakelocatorfilter.h \ cmakefilecompletionassist.h \ cmaketool.h \ cmaketoolsettingsaccessor.h \ cmakeparser.h \ cmakesettingspage.h \ cmaketoolmanager.h \ cmake_global.h \ cmakekitinformation.h \ cmakekitconfigwidget.h \ cmakecbpparser.h \ cmakebuildsettingswidget.h \ cmakeindenter.h \ cmakeautocompleter.h \ cmakespecificsettings.h \ cmakespecificsettingspage.h \ configmodel.h \ configmodelitemdelegate.h \ servermode.h \ servermodereader.h \ tealeafreader.h \ treescanner.h SOURCES = builddirmanager.cpp \ builddirparameters.cpp \ builddirreader.cpp \ cmakebuildstep.cpp \ cmakebuildtarget.cpp \ cmakeconfigitem.cpp \ cmakeproject.cpp \ cmakeprojectimporter.cpp \ cmakeprojectplugin.cpp \ cmakeprojectmanager.cpp \ cmakeprojectnodes.cpp \ cmakerunconfiguration.cpp \ cmakebuildconfiguration.cpp \ cmakeeditor.cpp \ cmakelocatorfilter.cpp \ cmakefilecompletionassist.cpp \ cmaketool.cpp \ cmaketoolsettingsaccessor.cpp \ cmakeparser.cpp \ cmakesettingspage.cpp \ cmaketoolmanager.cpp \ cmakekitinformation.cpp \ cmakekitconfigwidget.cpp \ cmakecbpparser.cpp \ cmakebuildsettingswidget.cpp \ cmakeindenter.cpp \ cmakeautocompleter.cpp \ cmakespecificsettings.cpp \ cmakespecificsettingspage.cpp \ configmodel.cpp \ configmodelitemdelegate.cpp \ servermode.cpp \ servermodereader.cpp \ tealeafreader.cpp \ treescanner.cpp \ RESOURCES += cmakeproject.qrc FORMS += \ cmakespecificsettingspage.ui