aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrt.pro
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-02-20 19:13:28 +0100
committerhjk <hjk@qt.io>2019-02-21 13:20:16 +0000
commit9e965409d1cbe6270c6a994bfe41d61a154d1d77 (patch)
treec7099baa704c1d3b0ddf01250e6757b132394ebf /src/plugins/winrt/winrt.pro
parent317ab497936cc6c32da80bd0d3de58975bb308f1 (diff)
Move IDeviceFactory closer to IDevice implementation
Except for the DesktopDevice, which is kind of special. Also try a bit to make (and partially fail at doing so) naming and code structure (#include, use of namespaces) more similar to each other. Change-Id: I9fe266e706b72c14f59ff03ca1ae02dba3adcc71 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/winrt/winrt.pro')
-rw-r--r--src/plugins/winrt/winrt.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/winrt/winrt.pro b/src/plugins/winrt/winrt.pro
index 313dbba1899..1d6a7608fe1 100644
--- a/src/plugins/winrt/winrt.pro
+++ b/src/plugins/winrt/winrt.pro
@@ -5,7 +5,6 @@ HEADERS += \
winrtdebugsupport.h \
winrtdeployconfiguration.h \
winrtdevice.h \
- winrtdevicefactory.h \
winrtpackagedeploymentstep.h \
winrtphoneqtversion.h \
winrtplugin.h \
@@ -18,7 +17,6 @@ SOURCES += \
winrtdebugsupport.cpp \
winrtdeployconfiguration.cpp \
winrtdevice.cpp \
- winrtdevicefactory.cpp \
winrtpackagedeploymentstep.cpp \
winrtphoneqtversion.cpp \
winrtplugin.cpp \