~ubuntu-branches/ubuntu/trusty/qtcreator-plugin-ubuntu/trusty

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/projectypes.json

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2014-04-10 16:54:54 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140410165454-j9syoh0jx6azy7g1
Tags: 3.0.1+14.04.20140410.1-0ubuntu1
[ Benjamin Zeller ]
Added Toolchains and Kit support to automatically.   detect a
available click chroot Added Devicesupport, connected Ubuntu devices
are.   automatically registered in QtCreator and can be set   for
different kits Added Deploysupport(CMake), the projects contents are
uploaded.   automatically using SSH after running make install on a
local   directory Added Run and Debugsupport: the command that
should be run.   on the device is read from the desktop file in the
deployed   directory. This means C+and QML debugging work as well
as QML Profiling Dynamically forward ports, depending on adb
forward --list.   output. Adb Server is not restarted by default
anymore, only a press.   on the refresh button will trigger the
restart. That will fix   problems with failing adb scripts Added
local run support for Ubuntu projects .

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
       "displayName": "QML Extension Library + Tabbed UI",
135
135
       "id": "UbuntuAppWBackendPlusTabsCMake",
136
136
       "description": "A simple C++ based QtQuick2 Extension Library with\nTabbed UI written in QML.\n\nIncludes also\n - a unit test for C++\n - unit and functional tests for QML\n",
137
 
       "mainFile" : "backend/modules/displayName_lower/backend.h",
 
137
       "mainFile" : "backend/modules/displayName/backend.h",
138
138
       "projectFile" : "CMakeLists.txt",
139
139
       "files": [
140
140
           { "fileName": "backend/CMakeLists.txt" },
141
 
           { "fileName": "backend/modules/displayName_lower/backend.cpp" },
142
 
           { "fileName": "backend/modules/displayName_lower/mytype.h" },
143
 
           { "fileName": "backend/modules/displayName_lower/mytype.cpp" },
144
 
           { "fileName": "backend/modules/displayName_lower/qmldir" },
 
141
           { "fileName": "backend/modules/displayName/backend.cpp" },
 
142
           { "fileName": "backend/modules/displayName/mytype.h" },
 
143
           { "fileName": "backend/modules/displayName/mytype.cpp" },
 
144
           { "fileName": "backend/modules/displayName/qmldir" },
145
145
           { "fileName": "backend/tests/unit/tst_mytype.qml" },
146
146
           { "fileName": "app/graphics/toolbarIcon@8.png" },
147
147
           { "fileName": "app/displayName.desktop.in" },