summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglfs.pro
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-09 14:16:19 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-16 19:36:19 +0200
commitce2b46daea5815df1070463b6bc379e1b4573dae (patch)
tree285476dfe393748b414362975c31af8dc68dc008 /src/plugins/platforms/eglfs/eglfs.pro
parent420b62f2028d2331a729ef800b40dfc762d1613c (diff)
Add eglfs cursor support
cursor-atlas.png was generated from existing cursor images (qttools/src/shared/qtpropertybrowser/images/) Change-Id: Ic4b396590eaec93e14a4b0915b15f735f5b1a5f5 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/eglfs.pro')
-rw-r--r--src/plugins/platforms/eglfs/eglfs.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro
index b3bbc4e3e4..137c5c1ff7 100644
--- a/src/plugins/platforms/eglfs/eglfs.pro
+++ b/src/plugins/platforms/eglfs/eglfs.pro
@@ -19,12 +19,15 @@ SOURCES = main.cpp \
qeglfswindow.cpp \
qeglfsbackingstore.cpp \
qeglfsscreen.cpp \
- qeglfshooks_stub.cpp
+ qeglfshooks_stub.cpp \
+ qeglfscursor.cpp
HEADERS = qeglfsintegration.h \
qeglfswindow.h \
qeglfsbackingstore.h \
qeglfsscreen.h \
+ qeglfshooks.h \
+ qeglfscursor.h \
qeglfshooks.h
QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
@@ -40,5 +43,7 @@ CONFIG += egl qpa/genericunixfontdatabase
target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target
+RESOURCES += cursor.qrc
+
OTHER_FILES += \
eglfs.json