Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
rebranded to avoid conflicts on openrepos
Browse files Browse the repository at this point in the history
  • Loading branch information
r3vn committed Feb 24, 2020
1 parent 76de984 commit d90bfa1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions qxdisplay.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed

# The name of your application
TARGET = qxdisplay

CONFIG += sailfishapp

DEFINES += QT_COMPOSITOR_QUICK

LIBS += -L ../../lib

QT += quick qml
QT += quick-private

QT += compositor

# if you want to compile QtCompositor as part of the application
# instead of linking to it, remove the QT += compositor and uncomment
# the following line
#include (../../src/compositor/compositor.pri)

SOURCES += \
src/main.cpp \
src/qmlcompositor.cpp \
src/xclipboard.cpp

OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \

DISTFILES += \
qml/compositor/XWaylandContainer.qml \
qml/qxcompositor.qml \
rpm/qxdisplay.changes.in \
rpm/qxdisplay.spec

HEADERS += \
src/qmlcompositor.h \
src/xclipboard.h

File renamed without changes.
4 changes: 2 additions & 2 deletions rpm/qxcompositor.spec → rpm/qxdisplay.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: qxcompositor
Name: qxdisplay

%{!?qtc_qmake:%define qtc_qmake %qmake}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
Expand All @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(Qt5Compositor)

%description
Qml compositor for running Xwayland on sailfish

(forked from qxcompositor)

%prep
%setup -q -n %{name}-%{version}
Expand Down

0 comments on commit d90bfa1

Please sign in to comment.