forked from qt-creator/qt-creator
Fixes: Missing from the .pro file
This commit is contained in:
@@ -53,7 +53,8 @@ HEADERS += projectexplorer.h \
|
|||||||
nodesvisitor.h \
|
nodesvisitor.h \
|
||||||
projectmodels.h \
|
projectmodels.h \
|
||||||
currentprojectfind.h \
|
currentprojectfind.h \
|
||||||
toolchain.h
|
toolchain.h \
|
||||||
|
cesdkhandler.h
|
||||||
SOURCES += projectexplorer.cpp \
|
SOURCES += projectexplorer.cpp \
|
||||||
projectwindow.cpp \
|
projectwindow.cpp \
|
||||||
buildmanager.cpp \
|
buildmanager.cpp \
|
||||||
@@ -95,7 +96,8 @@ SOURCES += projectexplorer.cpp \
|
|||||||
nodesvisitor.cpp \
|
nodesvisitor.cpp \
|
||||||
projectmodels.cpp \
|
projectmodels.cpp \
|
||||||
currentprojectfind.cpp \
|
currentprojectfind.cpp \
|
||||||
toolchain.cpp
|
toolchain.cpp \
|
||||||
|
cesdkhandler.cpp
|
||||||
FORMS += dependenciespanel.ui \
|
FORMS += dependenciespanel.ui \
|
||||||
buildsettingspropertiespage.ui \
|
buildsettingspropertiespage.ui \
|
||||||
processstep.ui \
|
processstep.ui \
|
||||||
|
|||||||
Reference in New Issue
Block a user