Skip to content

Commit 39b1b62

Browse files
author
VSTELMAK
committed
Some small optimizations
1 parent a71fae4 commit 39b1b62

6 files changed

+335
-319
lines changed

.gitignore

+45-34
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
1-
# C++ objects and libs
2-
3-
*.slo
4-
*.lo
5-
*.o
6-
*.a
7-
*.la
8-
*.lai
9-
*.so
10-
*.dll
11-
*.dylib
12-
13-
# Qt-es
14-
15-
/.qmake.cache
16-
/.qmake.stash
17-
*.pro.user
18-
*.pro.user.*
19-
*.qbs.user
20-
*.qbs.user.*
21-
*.moc
22-
moc_*.cpp
23-
qrc_*.cpp
24-
ui_*.h
25-
Makefile*
26-
*-build-*
27-
28-
# QtCreator
29-
30-
*.autosave
31-
32-
#QtCtreator Qml
33-
*.qmlproject.user
34-
*.qmlproject.user.*
1+
# C++ objects and libs
2+
3+
*.slo
4+
*.lo
5+
*.o
6+
*.a
7+
*.la
8+
*.lai
9+
*.so
10+
*.dll
11+
*.dylib
12+
13+
# Qt-es
14+
15+
/.qmake.cache
16+
/.qmake.stash
17+
*.pro.user
18+
*.pro.user.*
19+
*.qbs.user
20+
*.qbs.user.*
21+
*.moc
22+
moc_*.cpp
23+
qrc_*.cpp
24+
ui_*.h
25+
Makefile*
26+
*-build-*
27+
28+
# QtCreator
29+
30+
*.autosave
31+
32+
#QtCtreator Qml
33+
*.qmlproject.user
34+
*.qmlproject.user.*
35+
*.user
36+
.moc/
37+
.obj/
38+
mkspecs/
39+
lib/
40+
*.dll
41+
*.rc
42+
object_script.qtgeoservices_ors.Release
43+
object_script.qtgeoservices_orsd.Debug
44+
object_script.qtgeoservices_googlemaps.Release
45+
object_script.qtgeoservices_googlemapsd.Debug

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Google Maps plugin for QtLocation
2-
GoogleMaps plugin for QtLocation module
3-
4-
Please note, that Maps Tiles contains copyright string in each tile, which makes the map itself looks ugly
5-
I have no idea how to avoid this
1+
# Google Maps plugin for QtLocation
2+
GoogleMaps plugin for QtLocation module
3+

0 commit comments

Comments
 (0)