summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems/graphicsitems.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsitems/graphicsitems.pri')
-rw-r--r--src/graphicsitems/graphicsitems.pri7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/graphicsitems/graphicsitems.pri b/src/graphicsitems/graphicsitems.pri
index a03df6e..24239b0 100644
--- a/src/graphicsitems/graphicsitems.pri
+++ b/src/graphicsitems/graphicsitems.pri
@@ -3,7 +3,6 @@ INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/qxrectangle_p.h \
$$PWD/qxrectangle_p_p.h \
- $$PWD/qxparticles_p.h \
$$PWD/qxitem.h \
$$PWD/qxitem_p.h \
$$PWD/qxanchors_p.h \
@@ -30,8 +29,6 @@ HEADERS += \
$$PWD/qxpathview_p_p.h \
$$PWD/qxpositioners_p.h \
$$PWD/qxpositioners_p_p.h \
- $$PWD/qxpainteditem_p_p.h \
- $$PWD/qxpainteditem_p.h \
$$PWD/qxtextedit_p_p.h \
$$PWD/qxtextedit_p.h \
$$PWD/qxtextinput_p_p.h \
@@ -48,13 +45,11 @@ HEADERS += \
$$PWD/qxfocusscope_p.h \
$$PWD/qxpaintitem.h \
$$PWD/qxpaintitem_p.h \
- $$PWD/nodes/qxparticlenode_p.h \
$$PWD/nodes/qxninepatchnode_p.h \
$$PWD/nodes/qxpainternode.h
SOURCES += \
$$PWD/qxrectangle.cpp \
- $$PWD/qxparticles.cpp \
$$PWD/qxitem.cpp \
$$PWD/qxanchors.cpp \
$$PWD/qxmousearea.cpp \
@@ -69,7 +64,6 @@ SOURCES += \
$$PWD/qxgridview.cpp \
$$PWD/qxpathview.cpp \
$$PWD/qxpositioners.cpp \
- $$PWD/qxpainteditem.cpp \
$$PWD/qxtextedit.cpp \
$$PWD/qxtextinput.cpp \
$$PWD/qxloader.cpp \
@@ -79,6 +73,5 @@ SOURCES += \
$$PWD/qxparentanimation.cpp \
$$PWD/qxfocusscope.cpp \
$$PWD/qxpaintitem.cpp \
- $$PWD/nodes/qxparticlenode.cpp \
$$PWD/nodes/qxninepatchnode.cpp \
$$PWD/nodes/qxpainternode.cpp