aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2018-07-17 14:37:31 +0200
committerMiguel Costa <miguel.costa@qt.io>2018-07-17 13:14:20 +0000
commit726eae6e836f221e3148d3f5403151ea35449c5c (patch)
tree1defd9646b044d5ba8f1c0a71525326d9cd366ad
parent4c9eb3cd819a158e2387815060a9880401e1962f (diff)
Add missing items to list of Qt modules
Added new entries to the list of modules that is used to configure Qt projects. The modules had not been included in the list by mistake. Task-number: QTVSADDINBUG-558 Change-Id: I52279ad4706bfbef03bd04f2f06a9f4ba0dd6904 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/qtvstools/Resources.resx12
-rw-r--r--src/qtvstools/qtmodules.xml40
2 files changed, 52 insertions, 0 deletions
diff --git a/src/qtvstools/Resources.resx b/src/qtvstools/Resources.resx
index 67f194f8..d8480470 100644
--- a/src/qtvstools/Resources.resx
+++ b/src/qtvstools/Resources.resx
@@ -421,4 +421,16 @@ Note: You can turn off this question by setting "Ask before checking out files"
<data name="Resources_QtVsTools" xml:space="preserve">
<value>Qt VS Tools</value>
</data>
+ <data name="ChartsLibrary" xml:space="preserve">
+ <value>Charts</value>
+ </data>
+ <data name="DataVisualizationLibrary" xml:space="preserve">
+ <value>Data Visualization</value>
+ </data>
+ <data name="NetworkAuthLibrary" xml:space="preserve">
+ <value>Network Authorization</value>
+ </data>
+ <data name="TextToSpeechLibrary" xml:space="preserve">
+ <value>Speech</value>
+ </data>
</root> \ No newline at end of file
diff --git a/src/qtvstools/qtmodules.xml b/src/qtvstools/qtmodules.xml
index 1ebe28ed..75960bb8 100644
--- a/src/qtvstools/qtmodules.xml
+++ b/src/qtvstools/qtmodules.xml
@@ -547,4 +547,44 @@
<AdditionalLibrariesDebug>Qt5WebEngineWidgetsd.lib</AdditionalLibrariesDebug>
<AdditionalLibrariesDebug>Qt5WebEngineCored.lib</AdditionalLibrariesDebug>
</Module>
+ <Module Id="114">
+ <Name>Charts</Name>
+ <ResourceName>ChartsLibrary</ResourceName>
+ <Selectable>true</Selectable>
+ <LibraryPrefix>QtCharts</LibraryPrefix>
+ <HasDLL>true</HasDLL>
+ <proVarQT>charts</proVarQT>
+ <IncludePath>$(QTDIR)\include\QtCharts</IncludePath>
+ <Defines>QT_CHARTS_LIB</Defines>
+ </Module>
+ <Module Id="115">
+ <Name>Data Visualization</Name>
+ <ResourceName>DataVisualizationLibrary</ResourceName>
+ <Selectable>true</Selectable>
+ <LibraryPrefix>QtDataVisualization</LibraryPrefix>
+ <HasDLL>true</HasDLL>
+ <proVarQT>datavisualization</proVarQT>
+ <IncludePath>$(QTDIR)\include\QtDataVisualization</IncludePath>
+ <Defines>QT_DATAVISUALIZATION_LIB</Defines>
+ </Module>
+ <Module Id="116">
+ <Name>Network Authorization</Name>
+ <ResourceName>NetworkAuthLibrary</ResourceName>
+ <Selectable>true</Selectable>
+ <LibraryPrefix>QtNetworkAuth</LibraryPrefix>
+ <HasDLL>true</HasDLL>
+ <proVarQT>networkauth</proVarQT>
+ <IncludePath>$(QTDIR)\include\QtNetworkAuth</IncludePath>
+ <Defines>QT_NETWORKAUTH_LIB</Defines>
+ </Module>
+ <Module Id="117">
+ <Name>Speech</Name>
+ <ResourceName>TextToSpeechLibrary</ResourceName>
+ <Selectable>true</Selectable>
+ <LibraryPrefix>QtTextToSpeech</LibraryPrefix>
+ <HasDLL>true</HasDLL>
+ <proVarQT>texttospeech</proVarQT>
+ <IncludePath>$(QTDIR)\include\QtTextToSpeech</IncludePath>
+ <Defines>QT_TEXTTOSPEECH_LIB</Defines>
+ </Module>
</QtVsTools>