[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2016-05-17 Thread victor
Solution of #32 worked for me as a patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2016-05-17 Thread victor
Today after upgrading Ubuntu 14.04 
the upgrade affects; GNU gcc package, compiler c++ gnu, gnu standard c++ 
library v3, base ubuntu

The bug appeared.
Qt Creator 3.0.1

It is solved if with qtcreator opened I remove CMakeLists.txt.user then
when I open it, qtcretaor asks for reconfiguring...then OK.. I can debug
otherwise appears Unknown Error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-07-30 Thread dinamic
i'm having this problem with Qt Creator 3.1.1 in Ubuntu 15.10 wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-06-25 Thread Alberto Salvia Novella
** Changed in: qtcreator-plugin-cmake (Ubuntu)
   Importance: High => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-05-01 Thread Mariano
An alternate  'workaround' for this, (avoid recompiling and using
qtcreator external installer) is to create a new run configuration,
qtcreator will create the default one even if deleted. But the one
created for your self will stay functional always.

Project Properties -> Run Settings -> Run -> Add -> Executable
"%{buildDir}/"

Unfortunately there is no executable name variable built into qtcreator
so I just give it the real name.

That solved the issue for me without having to regenerate the
CMakeLists.txt.user file or download Qt's version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-04-25 Thread Alberto Salvia Novella
** Changed in: qtcreator-plugin-cmake (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-04-24 Thread Jussi Lind
** Tags added: vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-04-24 Thread Arthur Schiwon
I saw this issue now with 15.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-03-30 Thread Jussi Lind
** Description changed:

  I cannot execute my application (CMake project) anymore in Qt Creator
  after compiling. It just says "No executable specified." even though I
  have selected the run target. This is regression as it has worked
  before.
  
  I'm using Qt Creator that came with ubuntu-sdk.
  
- So:
+ Steps to reproduce:
  
- 1) Import a (CMake) project
- 2) Compile
- 3) Select the run target
- 4) Click on the run button
+ 1) Import a clean CMake project
+ 2) Configure
+ 3) Run (and compile) the project
+ 4) Observe that the chosen target starts
+ 5) Close Qt Creator
+ 6) Open the same project again e.g. via recent projects
+ 7) Run  
  
  What should happen:
  
  - The selected binary should be lauched
  
  What happens instead:
  
- - "No executable specified."  is outputted to the Application Output
- console.
+ - "No executable specified." is outputted to the Application Output
+ console. Specifying an executable has no effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-sdk (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 29 14:17:54 2014
  SourcePackage: ubuntu-touch-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-02-07 Thread bricedebrignaisplage
I'm also having this problem in 14.04, with qtcreator installed from the
ubuntu repo. Felix' solution in #28 does not work for me. Installing
qtcreator from Qt's own installer worked:
http://www.sysads.co.uk/2014/06/install-qt-creator-ubuntu-14-04-lts/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2015-01-09 Thread hardydragon
I confirm this issue from my side.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-12-10 Thread Felix Haase
Ok i have solved this problem now by getting an rpm from a different
distro containing a newer version (from 3.1.1 to 3.1.2)  of

/usr/lib/x86_64-linux-gnu/qtcreator/plugins/libCMakeProjectManager.so

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-11-26 Thread Felix Haase
I also have this problem. My workaround is to delete the CMakeLists.txt.user 
every time, but this also means i have to recompile the whole project over and 
over again... 
Would be very nice to have this issue removed in 14.04 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-11-19 Thread Georg Altmann
I am also affected by this. One more Ubuntu bug that is never fixed.
Frustrating.

** Project changed: qtcreator-plugin-cmake => qtcreator-plugin-cmake
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-08-03 Thread Коренберг Марк
seem cmake- only bug

** Package changed: ubuntu-touch-meta (Ubuntu) => qtcreator-plugin-cmake

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-05-07 Thread Rouzaud Denis
I have this problem as soon as I checkout a different branch in a project.
The problem also occured with release 3.1 downloaded from Qt website.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-05-07 Thread Denis
** Also affects: qtcreator-plugin-ubuntu
   Importance: Undecided
   Status: New

** No longer affects: qtcreator-plugin-ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-05-07 Thread Rouzaud Denis
The problem with Alex's PPA is that it doesn't contain qtcreator-plugin-cmake 
version 3.1. Therefore, I can't upgrade Qt Creator.
This bug is quite annoying!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-24 Thread Basil Random
2 Simon:
I'm sorry, but the last conversation was about using qt4-based build from 
Alexey Ivanov's ppa...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-24 Thread Simon
I can confirm that after apt-get purge/autoclean/install qtcreator, 
removing CMakeLists.txt.user every time before opening a project 
"solves" the problem.

On 04/23/2014 04:47 AM, Basil Random wrote:
> 2 rpdebroize: no, just remove... I'll try to purge/clean later (if this
> bug will not be fixed soon).
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread Basil Random
2 rpdebroize: no, just remove... I'll try to purge/clean later (if this
bug will not be fixed soon).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread Jussi Lind
Another way to work around this bug is to install the "official" Qt SDK
by Digia and use that instead. Of course it's not a solution if some
Ubuntu-specific functionality is required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread rdebroize
I had no such problem (with Ubuntu 14.04), do you remove the previous
version of qtcreator ?

I removed / purged  qtcreator then autoclean and reinstall it with apt,
and all goes well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread Basil Random
Oh, it doesn't work on Ubuntu 14.04: when starting says that can't load
any plugin... F.e. for CppTools:

Cannot load plugin because dependency failed to load: CppTools(3.1.0)
Reason: Cannot load plugin because dependency failed to load: 
ProjectExplorer(3.1.0)
Reason: 
/usr/lib/x86_64-linux-gnu/qtcreator/plugins/QtProject/libProjectExplorer.so: 
Cannot load library 
/usr/lib/x86_64-linux-gnu/qtcreator/plugins/QtProject/libProjectExplorer.so: 
(libbotan-1.10.so.0: cannot open shared object file: No such file or directory)

-- sleepless night + red eyes? No, thanks...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread Basil Random
Thanks!
Alexey Ivanov + QT4 = solution of the problem  :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-22 Thread rdebroize
Hllo,

FYI I just install qtrcreator 3.1.0 from this ppa: 
https://launchpad.net/~alexey-ivanov/+archive/qtcreator (build with Qt4.8.6),
the regression is not here anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-21 Thread yesint
I'm confirming this bug. 
I can add that this happens any time when you swith between release and debug 
builds. 
Only the build, which was configured when  CMake.txt was loaded the very first 
time, works as expected. When you switch to another build, which was configured 
later, you immediately get "No executable specified."
The bug is very annoing and ruins the whole workflow!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-21 Thread Basil Random
Deleting the CMakeLists.txt.user not helps for me. The temporary workaround is:
Run Settings -> Run configuration -> add -> select your target, you'll get 
"2" configuration. And this works until Qt Creator restart.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-21 Thread Steve Langasek
** Tags removed: regression-update
** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-21 Thread Basil Random
I confirm this bag happens exactly as described.

Ubuntu 14.04,

Qt Creator 3.0.1
Based on Qt 5.2.1 (GCC 4.8.2, 64 bit)
Built on Apr 9 2014 at 09:12:59

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-04-20 Thread Tibault Damman
Deleting the CMakeLists.txt.user file and reopening the project works,
but you'll have to repeat this every single time you open the project :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-03-29 Thread Jussi Lind
** Tags added: regression-release

** Tags removed: regression-release
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-03-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-touch-meta (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1299441] Re: Regression: Qt Creator cannot run the executable

2014-03-29 Thread Akiva
http://askubuntu.com/questions/440646/no-executable-specified-ubuntu-
sdk-unity8?noredirect=1#comment575733_440646

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299441

Title:
  Regression: Qt Creator cannot run the executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1299441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs