summaryrefslogtreecommitdiff
path: root/src/qtdesktop/styleplugin.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtdesktop/styleplugin.pri')
-rw-r--r--src/qtdesktop/styleplugin.pri35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/qtdesktop/styleplugin.pri b/src/qtdesktop/styleplugin.pri
new file mode 100644
index 00000000..5083a873
--- /dev/null
+++ b/src/qtdesktop/styleplugin.pri
@@ -0,0 +1,35 @@
+HEADERS += \
+ qdesktopitem.h \
+ qfiledialogitem.h \
+ qquickcomponentsprivate.h \
+ qquicklayout.h \
+ qquicklayoutengine_p.h \
+ qquicklinearlayout.h \
+ qrangemodel.h \
+ qrangemodel_p.h \
+ qstyleitem.h \
+ qstyleplugin.h \
+ qtmenu.h \
+ qtmenubar.h \
+ qtmenuitem.h \
+ qtsplitterbase.h \
+ qwheelarea.h
+
+SOURCES += \
+ qdesktopitem.cpp \
+ qfiledialogitem.cpp \
+ qquickcomponentsprivate.cpp \
+ qquicklayout.cpp \
+ qquicklayoutengine.cpp \
+ qquicklinearlayout.cpp \
+ qrangemodel.cpp \
+ qstyleitem.cpp \
+ qstyleplugin.cpp \
+ qtmenu.cpp \
+ qtmenubar.cpp \
+ qtmenuitem.cpp \
+ qtsplitterbase.cpp \
+ qwheelarea.cpp
+
+OTHER_FILES += \
+ styleplugin.json