← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1335883] Re: ubuntu qtcreator is removing user files

 

This bug was fixed in the package qtcreator-plugin-ubuntu -
3.1.1+14.10.20140804.1-0ubuntu1

---------------
qtcreator-plugin-ubuntu (3.1.1+14.10.20140804.1-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Apidocs should point to the currently used UI toolkit version
    lp:1276695. Fixes bug: lp:1335883 "ubuntu qtcreator is removing user
    files" (LP: #1335883, #1276695)
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Mon, 04 Aug 2014 15:01:06 +0000

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1335883

Title:
  ubuntu qtcreator is removing user files

Status in Qt Creator plugins for Ubuntu:
  Fix Committed
Status in “qtcreator-plugin-ubuntu” package in Ubuntu:
  Fix Released

Bug description:
  After run the qtcretor from my source root dir, some pre-compiled
  files disappear:

  
  How to reproduce (qmake projects)
  ==============================

  1 - go inside any qmake source dir
  2 - manually run qmake to create the necessary build files
  3 - open the qtcreator project: qtcreator my-project.pro
  4 - try to manually build the project: make

  Expected:
  --------------
  The project build ok

  Current Result
  -------------------
  The project fail to build due missing Makefile.

  
  How to reproduce (cmake projects)
  ==============================

  1 - go inside any cmake project source dir
  2 - create  a build dir: mkdir build
  3 - go inside build dir: cd build
  4 - run cmake: cmake ../CMakeLists.txt
  5 - open qtcreator from build dir: qtcreator ../CMakeLists.txt
  6 - try to manually build the project: make

  Expected:
  --------------
  The project build ok

  Current Result
  -------------------
  The project fail to build due missing files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1335883/+subscriptions