an attempt to make a first Archlinux package

This commit is contained in:
Blue 2019-10-07 18:35:55 +03:00
parent 9baadad332
commit 0d026ad343
11 changed files with 55 additions and 607 deletions

View file

@ -43,6 +43,3 @@ add_library(squawkUI ${squawkUI_SRC})
# Use the Widgets module from Qt 5.
target_link_libraries(squawkUI Qt5::Widgets)
target_link_libraries(squawkUI Qt5::DBus)
# Install the executable
install(TARGETS squawkUI DESTINATION lib)