aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro12
1 files changed, 2 insertions, 10 deletions
diff --git a/app/app.pro b/app/app.pro
index da5d28b..9965675 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -26,16 +26,8 @@ SOURCES += main.cpp \
RESOURCES += \
navigation.qrc \
- images/images.qrc
-
-ENABLE_OSM = $$ENABLE_OSM
-
-equals(ENABLE_OSM, 1) {
- DEFINES += ENABLE_OSM
- RESOURCES += openstreetmaps/openstreetmaps.qrc
-} else {
- RESOURCES += mapbox/mapbox.qrc
-}
+ images/images.qrc \
+ mapbox/mapbox.qrc
LIBS += $$OUT_PWD/../dbus_interface/libdbus_interface.a
INCLUDEPATH += $$OUT_PWD/../dbus_interface