summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/graphics/graphics.pri
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-14 17:07:48 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-14 16:08:26 +0000
commit19316bc38c050cba511772d3a4edb02e9fa7ac33 (patch)
tree69d3b0399f0493071d7c91119fd9a74e0ec892dc /src/qmlandroid/graphics/graphics.pri
parentc6807b406261c87869256832742663c313220ae7 (diff)
Move QML type registration to the QML plugins
Change-Id: I4decb535e35b888a091cbb1999ac6874da6cb470 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/qmlandroid/graphics/graphics.pri')
-rw-r--r--src/qmlandroid/graphics/graphics.pri6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qmlandroid/graphics/graphics.pri b/src/qmlandroid/graphics/graphics.pri
index 280aa37..7061563 100644
--- a/src/qmlandroid/graphics/graphics.pri
+++ b/src/qmlandroid/graphics/graphics.pri
@@ -1,11 +1,9 @@
INCLUDEPATH += $$PWD
HEADERS += \
- $$PWD/qqmlandroidcolor_p.h \
- $$PWD/qtqmlandroidgraphicsmodule_p.h
+ $$PWD/qqmlandroidcolor_p.h
SOURCES += \
- $$PWD/qqmlandroidcolor.cpp \
- $$PWD/qtqmlandroidgraphicsmodule.cpp
+ $$PWD/qqmlandroidcolor.cpp
include(drawable/drawable.pri)