Skip to content

Commit e4d9c62

Browse files
ldanzingerJamesMBallard
authored andcommitted
adding dummy CurrentVersion.qml to allow for importing current version without upping any specific toolkit (#302)
1 parent a52b89f commit e4d9c62

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*******************************************************************************
2+
* Copyright 2012-2018 Esri
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
******************************************************************************/
16+
17+
/*!
18+
\internal
19+
This QML file is only used for incrementing the current version of the toolkit and
20+
should not be used in your application.
21+
*/
22+
import QtQuick 2.2
23+
24+
Component {}

Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi/qmldir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ module Esri.ArcGISRuntime.Toolkit.Controls.CppApi
1919
CoordinateConversion 100.2 CoordinateConversion.qml
2020
ArcGISCompass 100.2 ArcGISCompass.qml
2121
TimeSlider 100.3 TimeSlider.qml
22+
CurrentVersion 100.4 CurrentVersion.qml
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*******************************************************************************
2+
* Copyright 2012-2018 Esri
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
******************************************************************************/
16+
17+
/*!
18+
\internal
19+
This QML file is only used for incrementing the current version of the toolkit and
20+
should not be used in your application.
21+
*/
22+
import QtQuick 2.2
23+
24+
Component {}

Import/Esri/ArcGISRuntime/Toolkit/Controls/QmlApi/qmldir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
module Esri.ArcGISRuntime.Toolkit.Controls.QmlApi
1818

1919
TimeSlider 100.3 TimeSlider.qml
20+
CurrentVersion 100.4 CurrentVersion.qml

0 commit comments

Comments
 (0)