diff --git a/icons/matrique.png b/icons/matrique.png new file mode 100644 index 0000000..961410c Binary files /dev/null and b/icons/matrique.png differ diff --git a/matrique.appdata.xml b/matrique.appdata.xml index 3a84768..6f684a6 100644 --- a/matrique.appdata.xml +++ b/matrique.appdata.xml @@ -15,23 +15,23 @@ org.eu.encom.matrique -​ -​ Overview -​ https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/1.png -​ -​ -​ Room Config -​ https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/2.png -​ -​ -​ Create Room -​ https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/3.png -​ -​ -​ Settings Panel -​ https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/4.png -​ -​ + + Overview + https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/1.png + + + Room Config + https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/2.png + + + Create Room + https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/3.png + + + Settings Panel + https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/4.png + + https://gitlab.com/b0/matrique intense diff --git a/matrique.pro b/matrique.pro index f56f899..f738ca2 100644 --- a/matrique.pro +++ b/matrique.pro @@ -1,6 +1,9 @@ QT += quick widgets CONFIG += c++14 CONFIG += object_parallel_to_source +CONFIG += qtquickcompiler + +TARGET = matrique include(include/libqmatrixclient/libqmatrixclient.pri) include(include/SortFilterProxyModel/SortFilterProxyModel.pri) @@ -34,8 +37,12 @@ QML_IMPORT_PATH = QML_DESIGNER_IMPORT_PATH = # Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin +unix:!mac:isEmpty(PREFIX) { + message("Install PREFIX not set; using /usr/local. You can change this with 'qmake PREFIX=...'") + PREFIX = /usr/local +} +unix:target.path = $$PREFIX/bin +win32:target.path = $$PREFIX !isEmpty(target.path): INSTALLS += target DISTFILES += \ @@ -66,7 +73,7 @@ unix:!mac { metainfo.path = $$PREFIX/share/metainfo desktop.files = $$PWD/matrique.desktop desktop.path = $$PREFIX/share/applications - icons.files = $$PWD/icons/64x64.png + icons.files = $$PWD/icons/matrique.png icons.path = $$PREFIX/share/icons/hicolor/64x64/apps INSTALLS += metainfo desktop mime icons }