Skip to content
Snippets Groups Projects
  1. Aug 09, 2010
  2. Aug 06, 2010
  3. Aug 03, 2010
  4. Jul 29, 2010
  5. Jul 20, 2010
    • Alessandro Portale's avatar
      Support existing Qml project for "standalone" Qml apps · 38e2ba8c
      Alessandro Portale authored
      Now, the user can select an existing qml application that can
      be turned into a standalone Qml app. The qml source files will not
      be copied around but rather stay in their original location. The
      new .pro file that gets generated by this wizard will reference
      the qml source files via relative path and deploy them from there.
      
      Task-number: QTCREATORBUG-1814
      38e2ba8c
  6. Jul 16, 2010
    • Alessandro Portale's avatar
      Wizard for standalone qml applications · 59386b20
      Alessandro Portale authored
      Short: Create a new self running qml .sis/.deb package.
      
      Long:
      A typical Qml application usually consists of a couple of .qml,
      .js and image files. Deploying such an application is challenging,
      especially to mobile devices.
      
      This wizard will generate a C++ project with a customized, light
      weight Declarative Viewer, a helloworld Qml file and a .pro file
      that takes care of the deployment of the Qml file(s).
      
      This is just the first step. There will be an import wizard,
      and further more there will be the possibility to add additional
      Qml modules and probably also Qml directories to the package.
      
      Task-number: QTCREATORBUG-1813
      59386b20
Loading