Delete unneeded files
[staging/HomeScreen.git] / sample-qml / deployment.pri
diff --git a/sample-qml/deployment.pri b/sample-qml/deployment.pri
deleted file mode 100644 (file)
index 265ce71..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-unix:!android {
-    isEmpty(target.path) {
-        qnx {
-            target.path = /tmp/$${TARGET}/bin
-        } else {
-            target.path = /opt/$${TARGET}/bin
-        }
-        export(target.path)
-    }
-    INSTALLS += target
-}
-
-export(INSTALLS)