Skip to content
Snippets Groups Projects
Commit d9b2a4b3 authored by dt's avatar dt
Browse files

Fixes: Missing from the .pro file

parent 20939198
No related merge requests found
......@@ -53,7 +53,8 @@ HEADERS += projectexplorer.h \
nodesvisitor.h \
projectmodels.h \
currentprojectfind.h \
toolchain.h
toolchain.h \
cesdkhandler.h
SOURCES += projectexplorer.cpp \
projectwindow.cpp \
buildmanager.cpp \
......@@ -95,7 +96,8 @@ SOURCES += projectexplorer.cpp \
nodesvisitor.cpp \
projectmodels.cpp \
currentprojectfind.cpp \
toolchain.cpp
toolchain.cpp \
cesdkhandler.cpp
FORMS += dependenciespanel.ui \
buildsettingspropertiespage.ui \
processstep.ui \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment