From 0f04787ffb587a979386bcce432dd181ac3a06db Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 9 Aug 2012 11:24:20 +1000 Subject: More consistent examples directory structure Under examples the next directory level distinguishes imports/modules and the next directory level distinguishes examples. Change-Id: Icabadaac6ccb9c1c424efa9c9e64a7d94bc7c0da Reviewed-by: Alan Alpert --- examples/qml/shell/shell.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/qml/shell/shell.pro (limited to 'examples/qml/shell/shell.pro') diff --git a/examples/qml/shell/shell.pro b/examples/qml/shell/shell.pro new file mode 100644 index 0000000000..5f6b23862b --- /dev/null +++ b/examples/qml/shell/shell.pro @@ -0,0 +1,7 @@ +QT += qml + +win32: CONFIG += console +mac:CONFIG -= app_bundle + +SOURCES += main.cpp + -- cgit v1.2.3