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)

View file

@ -21,7 +21,7 @@
#include "item.h"
#include "participant.h"
#include "../global.h"
#include "../../global.h"
namespace Models {

View file

@ -30,7 +30,7 @@
#include <QGraphicsPixmapItem>
#include <QVariantAnimation>
#include "../global.h"
#include "../../global.h"
#include "message.h"
class MessageLine : public QWidget