forked from blue/squawk
an attempt to make a first Archlinux package
This commit is contained in:
parent
9baadad332
commit
0d026ad343
11 changed files with 55 additions and 607 deletions
|
@ -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)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "item.h"
|
||||
#include "participant.h"
|
||||
#include "../global.h"
|
||||
#include "../../global.h"
|
||||
|
||||
namespace Models {
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <QGraphicsPixmapItem>
|
||||
#include <QVariantAnimation>
|
||||
|
||||
#include "../global.h"
|
||||
#include "../../global.h"
|
||||
#include "message.h"
|
||||
|
||||
class MessageLine : public QWidget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue