From 8178f10769f7f7d84d4d1180994d0232e5fc8f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Mon, 27 Jan 2014 07:31:49 +0200 Subject: iOS changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unnecessary lines from examples and tests project includes Task-number: QTRD-2802 Change-Id: Ie4f546f432babce0c3a96abf5b35012f730102a2 Reviewed-by: Tomi Korpipää --- examples/examples.pri | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/examples.pri') diff --git a/examples/examples.pri b/examples/examples.pri index 583c5279..046d6cd1 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -102,12 +102,6 @@ contains(TARGET, qml.*) { android_qmldir.path = /assets/qml/$$uri_replaced INSTALLS += android_qmldir } - ios { - system($$QMAKE_COPY $$copy_qmldir_formatted) - ios_qmldir.files = $$copy_qmldir.target - ios_qmldir.path = /TODO/$$uri_replaced - INSTALLS += ios_qmldir - } android|ios { system($$QMAKE_COPY $$copy_lib_formatted) android_qmlplugin.files = $$copy_lib.target -- cgit v1.2.3