Skip to content

Commit

Permalink
Issue #9: fixed CMake builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Jan 6, 2019
1 parent f00a9db commit 0eb9809
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FilesList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ set(PROJECT_HEADERS
${PROJECT}/ProjectFactory.hpp
${PROJECT}/ProjectTypes.hpp)
set(PROJECT_SRC
${PROJECT}/ProjectFactory.cpp
${PROJECT}/Project.cpp)
${PROJECT}/Project.cpp
${PROJECT}/ProjectFactory.cpp)

set(REL ${ROOT}/Relationship)
set(REL_HEADERS
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions uml-tool.pro
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ SOURCES += \
Models/MessagesModel.cpp \
Models/ProjectTreeModel.cpp \
Project/Project.cpp \
Project/ProjectFactory.cpp \
Relationship/Relation.cpp \
Relationship/RelationFactory.cpp \
Relationship/association.cpp \
Expand All @@ -95,8 +96,7 @@ SOURCES += \
Translation/signaturemaker.cpp \
Utility/helpfunctions.cpp \
main.cpp \
templates.cpp \
ProjectFactory.cpp
templates.cpp

HEADERS += \
Application/Application.h \
Expand Down Expand Up @@ -196,6 +196,7 @@ HEADERS += \
Models/ProjectTreeModel.h \
Project/Project.h \
Project/ProjectTypes.hpp \
Project/ProjectFactory.hpp \
QtHelpers.h \
Relationship/Relation.h \
Relationship/RelationFactory.h \
Expand All @@ -212,8 +213,7 @@ HEADERS += \
Translation/translator_types.hpp \
Utility/helpfunctions.h \
enums.h \
types.h \
ProjectFactory.hpp
types.h

INCLUDEPATH *= $$PWD/boost-di/include $$PWD/range-v3/include

Expand Down

0 comments on commit 0eb9809

Please sign in to comment.