Skip to content

Commit

Permalink
Add missing ui file to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Jul 31, 2024
1 parent 8866486 commit e34adf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(OTPClient VERSION "4.0.0" LANGUAGES "C")
project(OTPClient VERSION "4.0.1" LANGUAGES "C")
include(GNUInstallDirs)

configure_file("src/common/version.h.in" "version.h")
Expand Down Expand Up @@ -109,6 +109,7 @@ if(BUILD_GUI)
src/gui/ui/otpclient.ui
src/gui/ui/add_popover.ui
src/gui/ui/settings_popover.ui
src/gui/ui/security_settings.ui
src/gui/ui/shortcuts.ui
)
install(FILES ${GUI_UI_FILES} DESTINATION share/otpclient)
Expand Down

0 comments on commit e34adf8

Please sign in to comment.