summaryrefslogtreecommitdiffstats
path: root/src/core/core_gyp_generator.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-17 12:50:23 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-17 13:51:19 +0000
commitc58ebfda3cead93b716eaf185e4a11130cb34dea (patch)
treeac87802291b4378d18499cc1b9752d3694560b39 /src/core/core_gyp_generator.pro
parent26aa7e314e58ea7be375fc767f6806127e50338d (diff)
Move conversion function for keyboard modifiers
Move flagsFromModifiers from render_widget_host_view_qt.cpp to a new file type_conversion.cpp. We will use it in a subsequent commit. Added a separate source file to not include qcoreapplication.h in type_conversion.h. Change-Id: I6dfd54dd99d640ff48cb1a710271c7f8115891e5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/core_gyp_generator.pro')
-rw-r--r--src/core/core_gyp_generator.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_gyp_generator.pro b/src/core/core_gyp_generator.pro
index 29798f3fe..f950c773b 100644
--- a/src/core/core_gyp_generator.pro
+++ b/src/core/core_gyp_generator.pro
@@ -80,6 +80,7 @@ SOURCES = \
resource_dispatcher_host_delegate_qt.cpp \
stream_video_node.cpp \
surface_factory_qt.cpp \
+ type_conversion.cpp \
url_request_context_getter_qt.cpp \
url_request_custom_job.cpp \
url_request_custom_job_delegate.cpp \