This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
forked from elros34/qxcompositor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebranded to avoid conflicts on openrepos
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters