Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtcreator: No executable specified #215

Closed
gringer opened this issue Apr 17, 2018 · 3 comments
Closed

qtcreator: No executable specified #215

gringer opened this issue Apr 17, 2018 · 3 comments

Comments

@gringer
Copy link

gringer commented Apr 17, 2018

I'm trying to compile PatternPaint on my Debian box so that I can run it (the packaged version was giving me a segmentation fault). I've finally got it to compile by installing the Debian packages qtcreator [v 4.6.0-2] and libqt5serialport5-dev [v 5.10.1-2], but the 'run' button from within qtcreator doesn't work (it reports Starting... No executable specified).

I'd just like to point out that this is my second attempt at using qtcreator, and the first project that I've been able to successfully compile (in this case, with no change to the provided code), so I'm a little shocked to have got this far already.

@cibomahto
Copy link
Member

Can you try using the official Qt release:
https://www.qt.io/download-thank-you?os=linux
https://www.qt.io/download-thank-you?os=linux32

My guess would be this is a configuration issue with the Debian packages, so it'd be interesting to test if the qt-provided version is functional, and work back from there.

@gringer
Copy link
Author

gringer commented Apr 17, 2018

It looks like the issue might have been that I didn't do the test first. At least, after I changed the Run configuration to libblinky-test (by clicking on the Project icon), and ran the test, I was able to change back to 'app' and run it.

@cibomahto
Copy link
Member

ok, glad its working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants