Skip to content

Commit

Permalink
Merge pull request #24 from StefanYohansson/chore/folder-structure
Browse files Browse the repository at this point in the history
Update folder structure to clarify file responsabilities
  • Loading branch information
StefanYohansson committed Mar 19, 2020
2 parents fcad1fd + b46fd36 commit 571ffa5
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ if (PKG_CONFIG_FOUND)
include_directories(${PJSIP_INCLUDE_DIRS})
endif()

include_directories(src/telephony)
include_directories(src/gui)

set(ktelephone_SRC
src/main.cpp
src/ktelephonemanager.cpp
src/ktelephoneguide.cpp
src/ktelephone.cpp
src/ktelephonepreferences.cpp
src/mycall.cpp
src/ua.cpp
src/uamanager.cpp
src/ktelephonecall.cpp
src/gui/ktelephonemanager.cpp
src/gui/ktelephoneguide.cpp
src/gui/ktelephone.cpp
src/gui/ktelephonepreferences.cpp
src/gui/ktelephonecall.cpp
src/telephony/mycall.cpp
src/telephony/ua.cpp
src/telephony/uamanager.cpp
)

qt5_wrap_ui(ktelephone_SRC src/ui/ktelephone.ui src/ui/startguide.ui src/ui/settings.ui src/ui/call.ui)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 571ffa5

Please sign in to comment.