diff options
Diffstat (limited to 'GeoServicesExample/services/services.pro')
-rw-r--r-- | GeoServicesExample/services/services.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GeoServicesExample/services/services.pro b/GeoServicesExample/services/services.pro new file mode 100644 index 0000000..13288a5 --- /dev/null +++ b/GeoServicesExample/services/services.pro @@ -0,0 +1,6 @@ +HEADERS = mapwindow.h +SOURCES = main.cpp \ + mapwindow.cpp +QT += network +CONFIG += mobility +MOBILITY = location |