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]
|
[Desktop Entry]
|
||||||
Exec=presenter
|
|
||||||
Name=Libre Presenter
|
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Name=Libre Presenter
|
||||||
|
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
|
target_sources(presenter
|
||||||
PRIVATE
|
PRIVATE
|
||||||
main.cpp resources.qrc
|
cpp/main.cpp resources.qrc
|
||||||
songsqlmodel.cpp songsqlmodel.h
|
cpp/songsqlmodel.cpp cpp/songsqlmodel.h
|
||||||
serviceitemmodel.cpp serviceitemmodel.h
|
cpp/serviceitemmodel.cpp cpp/serviceitemmodel.h
|
||||||
serviceitem.cpp serviceitem.h
|
cpp/serviceitem.cpp cpp/serviceitem.h
|
||||||
slide.cpp slide.h
|
cpp/slide.cpp cpp/slide.h
|
||||||
videosqlmodel.cpp videosqlmodel.h
|
cpp/videosqlmodel.cpp cpp/videosqlmodel.h
|
||||||
imagesqlmodel.cpp imagesqlmodel.h
|
cpp/imagesqlmodel.cpp cpp/imagesqlmodel.h
|
||||||
filemanager.cpp filemanager.h
|
cpp/filemanager.cpp cpp/filemanager.h
|
||||||
presentationsqlmodel.cpp presentationsqlmodel.h
|
cpp/presentationsqlmodel.cpp cpp/presentationsqlmodel.h
|
||||||
mpv/mpvobject.h mpv/mpvobject.cpp
|
cpp/mpv/mpvobject.h cpp/mpv/mpvobject.cpp
|
||||||
mpv/qthelper.hpp mpv/mpvhelpers.h
|
cpp/mpv/qthelper.hpp cpp/mpv/mpvhelpers.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_options (presenter PUBLIC -fexceptions)
|
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