X-Git-Url: http://git.maemo.org/git/?p=gpsdata;a=blobdiff_plain;f=gpsdata.pro;h=ded317d152e9c7bf854fbed4639cb5bae65d4351;hp=4fa1b87a4e20d9b5afd68fc6bdfcc02efee101be;hb=40a4eb5ca84b14fc4385bec61d69997e5ecada8b;hpb=e142c4137c90c764282de17aa1c39efccd6d0c32 diff --git a/gpsdata.pro b/gpsdata.pro index 4fa1b87..ded317d 100644 --- a/gpsdata.pro +++ b/gpsdata.pro @@ -10,20 +10,13 @@ DEFINES += ORIENTATIONLOCK # Needs to be defined for Symbian #DEFINES += NETWORKACCESS -symbian { -TARGET.UID3 = 0xECDDA32D -TARGET.CAPABILITY = Location -} - # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. CONFIG += mobility MOBILITY += location -QT += dbus - -contains(QT_CONFIG, opengl): QT += opengl +QT += dbus opengl SOURCES += \ src/satelliteviewwindow.cpp \ @@ -43,10 +36,32 @@ HEADERS += \ FORMS += symbian { -SOURCES += src/satellitesignalstrengthwindow.cpp -HEADERS += src/satellitesignalstrengthwindow.h + SOURCES += src/satellitesignalstrengthwindow.cpp + HEADERS += src/satellitesignalstrengthwindow.h + + QT -= dbus opengl + DEFINES += QT_NO_OPENGL + + TARGET.UID3 = 0xECDDA32D + TARGET.CAPABILITY = Location } # Please do not modify the following two lines. Required for deployment. include(deployment.pri) qtcAddDeployment() + +contains(MEEGO_EDITION,harmattan): { + MEEGO_VERSION_MAJOR = 1 + MEEGO_VERSION_MINOR = 2 + MEEGO_VERSION_PATCH = 0 + DEFINES += MEEGO_EDITION_HARMATTAN +} + +OTHER_FILES += \ + qtc_packaging/debian_harmattan/rules \ + qtc_packaging/debian_harmattan/README \ + qtc_packaging/debian_harmattan/manifest.aegis \ + qtc_packaging/debian_harmattan/copyright \ + qtc_packaging/debian_harmattan/control \ + qtc_packaging/debian_harmattan/compat \ + qtc_packaging/debian_harmattan/changelog