X-Git-Url: https://vcs.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=latitude.qml%2Flatitude.qml.pro;fp=latitude.qml%2Flatitude.qml.pro;h=0000000000000000000000000000000000000000;hp=4f2b35f3f2cc1de2f20fbbc4e713fecd7a823751;hb=ca759b3fd3b64ad976c4917e93513b3d05999f13;hpb=0274061406db78bb79ef433c5c438178103aaa58 diff --git a/latitude.qml/latitude.qml.pro b/latitude.qml/latitude.qml.pro deleted file mode 100644 index 4f2b35f..0000000 --- a/latitude.qml/latitude.qml.pro +++ /dev/null @@ -1,25 +0,0 @@ -TEMPLATE = app -TARGET = latitude.qml - -QT += network -CONFIG += mobility -MOBILITY += location - -INCLUDEPATH += ../liblatitudeupdater -INCLUDEPATH += ../libkqoauth - -LIBS += ../liblatitudeupdater/liblatitudeupdater.a -LIBS += ../libkqoauth/libkqoauth.a - -QT += declarative -HEADERS += qml.h -SOURCES += qml.cpp main.cpp -RESOURCES += resouses.qrc -OTHER_FILES += main.qml MainPage.qml - -include(../deployment.pri) -qtcAddDeployment() - - - -