Add ComboBox for avatar

This commit is contained in:
DenioD
2020-05-04 11:15:05 +02:00
parent bcbee161eb
commit 30a5403833
20 changed files with 193 additions and 46 deletions

View File

@@ -12,6 +12,7 @@ PRECOMPILED_HEADER = src/precompiled.h
QT += widgets
QT += websockets
QT += qml quick
TARGET = SilentDragonLite
@@ -33,6 +34,7 @@ mac: LIBS+= -Wl,-bind_at_load
RESOURCES = application.qrc
MOC_DIR = bin
OBJECTS_DIR = bin
UI_DIR = src
@@ -105,6 +107,7 @@ HEADERS += \
src/contactmodel.h
FORMS += \
src/contactrequest.ui \
src/encryption.ui \
src/mainwindow.ui \
src/migration.ui \