From c0cacafd37ae21fcb747f6bc981f58b1fde4eae2 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 18 Dec 2016 17:12:35 +0100 Subject: qtqmlandroid.pro -> qtnative.pro Change-Id: I0ce692be3637fa010f50040d535a1b588d4c8f89 Reviewed-by: J-P Nurmi --- qtnative.pro | 3 +++ qtqmlandroid.pro | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 qtnative.pro delete mode 100644 qtqmlandroid.pro diff --git a/qtnative.pro b/qtnative.pro new file mode 100644 index 0000000..8e5a9e2 --- /dev/null +++ b/qtnative.pro @@ -0,0 +1,3 @@ +requires(qtHaveModule(qml)) +requires(qtHaveModule(androidextras)) +load(qt_parts) diff --git a/qtqmlandroid.pro b/qtqmlandroid.pro deleted file mode 100644 index 8e5a9e2..0000000 --- a/qtqmlandroid.pro +++ /dev/null @@ -1,3 +0,0 @@ -requires(qtHaveModule(qml)) -requires(qtHaveModule(androidextras)) -load(qt_parts) -- cgit v1.2.3