diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-01 02:42:33 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-01 02:45:19 (GMT) |
commit | 755b80370fefbf43a4c7aeed52c545c97dc9aa7d (patch) | |
tree | 160c0d791f3243d744b8d35b6522014b571fdf6b /demos/declarative/minehunt | |
parent | c8e5d788936059254e81377e6318ee9e975c1040 (diff) | |
download | Qt-755b80370fefbf43a4c7aeed52c545c97dc9aa7d.zip Qt-755b80370fefbf43a4c7aeed52c545c97dc9aa7d.tar.gz Qt-755b80370fefbf43a4c7aeed52c545c97dc9aa7d.tar.bz2 |
Remove capability flag not available in public SDKs
Task-number: QTBUG-9366
Reviewed-by: Martin Jones
Diffstat (limited to 'demos/declarative/minehunt')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 03059c7..da46dfc 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -9,7 +9,6 @@ DESTDIR = MinehuntCore # Input SOURCES += minehunt.cpp - sources.files = minehunt.qml minehunt.pro sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt @@ -26,7 +25,6 @@ INSTALLS = sources MinehuntCore_sources target symbian:{ load(data_caging_paths) TARGET.EPOCALLOWDLLDATA = 1 - TARGET.CAPABILITY = CAP_GENERAL_DLL include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) importFiles.sources = minehunt.dll \ |