diff --git a/org.kde.mobile.camera.desktop b/org.kde.mobile.camera.desktop index fe107b1..8ff0cf0 100644 --- a/org.kde.mobile.camera.desktop +++ b/org.kde.mobile.camera.desktop @@ -1,31 +1,28 @@ [Desktop Entry] Comment= Encoding=UTF-8 Keywords= Name=Camera Name[ca]=Càmera Name[ca@valencia]=Càmera Name[cs]=Fotoaparát Name[en_GB]=Camera Name[es]=Cámara Name[fi]=Kamera Name[fr]=Appareil photo Name[gl]=Cámara Name[it]=Camera Name[ko]=카메라 Name[nl]=Camera Name[nn]=Kamera Name[pt]=Câmara Name[pt_BR]=Câmera Name[sk]=Fotoaparát Name[sv]=Kamera Name[uk]=Фотоапарат Name[x-test]=xxCameraxx Name[zh_TW]=相機 Type=Application Icon=camera-photo Exec=plasma-camera -X-KDE-PluginInfo-Author=Marco Martin -X-KDE-PluginInfo-Category=Miscellaneous -X-KDE-PluginInfo-Email=mart@kde.org -X-KDE-PluginInfo-License=GPL +Categories=Qt;KDE;AudioVideo; diff --git a/src/contents/ui/declarative-camera.qmlproject b/src/contents/ui/declarative-camera.qmlproject deleted file mode 100644 index 53f5ecb..0000000 --- a/src/contents/ui/declarative-camera.qmlproject +++ /dev/null @@ -1,18 +0,0 @@ -/* File generated by QtCreator */ - -import QmlProject 1.0 - -Project { - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } - /* List of plugin directories passed to QML runtime */ - // importPaths: [ "../exampleplugin" ] -}