moving code around for a better file structure
This commit is contained in:
parent
8f3e898385
commit
7eba697dc2
27 changed files with 20 additions and 24 deletions
|
@ -1,4 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Exec=presenter
|
||||
Type=Application
|
||||
Name=Libre Presenter
|
||||
Type=Application
|
||||
GenericName=Church Presentation
|
||||
Comment=A Kirigami based church presenter
|
||||
Exec=presenter %U
|
||||
TryExec=presenter
|
||||
Icon=present
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=presentation
|
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 765 B |
|
@ -3,17 +3,17 @@ add_executable(presenter main.cpp resources.qrc)
|
|||
|
||||
target_sources(presenter
|
||||
PRIVATE
|
||||
main.cpp resources.qrc
|
||||
songsqlmodel.cpp songsqlmodel.h
|
||||
serviceitemmodel.cpp serviceitemmodel.h
|
||||
serviceitem.cpp serviceitem.h
|
||||
slide.cpp slide.h
|
||||
videosqlmodel.cpp videosqlmodel.h
|
||||
imagesqlmodel.cpp imagesqlmodel.h
|
||||
filemanager.cpp filemanager.h
|
||||
presentationsqlmodel.cpp presentationsqlmodel.h
|
||||
mpv/mpvobject.h mpv/mpvobject.cpp
|
||||
mpv/qthelper.hpp mpv/mpvhelpers.h
|
||||
cpp/main.cpp resources.qrc
|
||||
cpp/songsqlmodel.cpp cpp/songsqlmodel.h
|
||||
cpp/serviceitemmodel.cpp cpp/serviceitemmodel.h
|
||||
cpp/serviceitem.cpp cpp/serviceitem.h
|
||||
cpp/slide.cpp cpp/slide.h
|
||||
cpp/videosqlmodel.cpp cpp/videosqlmodel.h
|
||||
cpp/imagesqlmodel.cpp cpp/imagesqlmodel.h
|
||||
cpp/filemanager.cpp cpp/filemanager.h
|
||||
cpp/presentationsqlmodel.cpp cpp/presentationsqlmodel.h
|
||||
cpp/mpv/mpvobject.h cpp/mpv/mpvobject.cpp
|
||||
cpp/mpv/qthelper.hpp cpp/mpv/mpvhelpers.h
|
||||
)
|
||||
|
||||
target_compile_options (presenter PUBLIC -fexceptions)
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=present
|
||||
GenericName=Church Presentation
|
||||
Comment=A Kirigami based church presenter
|
||||
Exec=present %U
|
||||
TryExec=present
|
||||
Icon=present
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=presentation
|
Loading…
Add table
Add a link
Reference in a new issue