Commit Graph

11 Commits

Author SHA1 Message Date
Alessandro Portale
ae23d50576 Removal of Symbian support
Qt Creator's support for Symbian was at its peak in version
2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
It is most likely rotten. Let's remove it!

Also, the Symbian support code was spread throughout the whole
Qt Creator code base. The plugin interfaces evolved in the
meantime and target platforms like Android or QNX have 99% of
their code in separate plugins.

In case anyone wants to revive Symbian support in Qt Creator,
please create a plugin for it.

Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
2012-08-22 13:42:42 +02:00
Kai Koehne
a09851e479 QmlExtension wizard: Use $$[QT_INSTALL_IMPORTS] for desktop targets
Change-Id: I1d3dc0c148a5f05d81f6cc0d22c3b13c504a1edb
Reviewed-on: http://codereview.qt.nokia.com/1875
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-07-20 13:15:57 +02:00
Kai Koehne
fa3976b3f1 Add TARGET.EPOCALLOWDLLDATA=1 to Qml Plugin Wizard
Needed for Symbian.

Task-number: QTCREATORBUG-3507
Reviewed-by: Tim Jenssen
Reviewed-by: Alessandro Portale
Change-Id: I35799cd388e44353d6890fe79a411fbed2fb2ef3x
Reviewed-on: http://codereview.qt.nokia.com/394
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
2011-06-08 16:32:11 +02:00
Christian Kandeler
b38a256ed6 QML plugin wizard: Fix deprecated use of backslash in project file.
Task-number: QTCREATORBUG-4091
2011-03-30 11:39:40 +02:00
Christian Kandeler
d6aa31a1fb QML extension plugin wizard: Make deployable on Maemo.
Task-number: QTCREATORBUG-3229
Reviewed-by: Alessandro Portale
2011-02-10 15:17:37 +01:00
Erik Verbruggen
d83b0be4eb Fixed in-source builds for custom QML extension plug-ins.
Check if the output directory is different from the source dir. If so,
do the copying magic (shadow build), otherwise skip it (in-source build).

Task-number: QTCREATORBUG-3034
Reviewed-by: Alessandro Portale
Reviewed-by: Oswald Buddenhagen
2010-11-08 15:16:17 +01:00
Tobias Hunger
95107b0998 Fix QML custom plugin wizard
Fix QML custom plugin wizard to work on windows and for pathes
comtaining spaces.

Reviewed-by: Erik Verbruggen
2010-10-07 14:23:13 +02:00
Erik Verbruggen
ba2d9f3e3c QML: added qmldir copying for shadow builds to the extension plug-in wizard.
Reviewed-by: Alessandro Portale
2010-09-28 12:51:07 +02:00
Erik Verbruggen
fecbfcea93 QML: tweaked the generated extension plugin wizard. 2010-09-28 11:55:59 +02:00
Thorbjørn Lindeijer
7a96b14267 Some tweaks to QML Extension Plugin wizard
* Don't add huge Nokia headers to the generated files.
* Use uppercase header guards based on plugin and example object names.
* Moved qdeclarative.h include to .cpp file since it's not needed in the
  header.
* Use user-defined source and header suffixes.
* Lowercase file names.

Reviewed-by: Friedemann Kleint
2010-09-17 17:12:56 +02:00
Friedemann Kleint
111b89d755 QML: Name wizards correctly.
Reviewed-by: Carsten Owerfeldt <carsten.owerfeldt@nokia.com>
Initial-patch-by: Roberto Raggi <roberto.raggi@nokia.com>
2010-08-05 16:54:04 +02:00