Hi, you can add or modify environment variables in the Projects mode (same place you switch Shadow build on/off), if you look at the bottom you have Build Environment, and it can be set differently for Release and Debug build mode.
Say for example for Debug build mode you add:
MYBUILDDIR=MSVC2010_32bit-Debug<subproject_name>\debug
and for Release build mode:
MYBUILDDIR=MSVC2010_32bit-Release<subproject_name>\release
Thanks for a warm welcome.
I mean options from *.pro.user file. Options which in particular govern build and startup for debug.
So you mean ~/.config/QtProject on linux across users will assure no reset of .pro.user file as project opens from diffrent account?
My goal is to take my project with me to the other workstation and being able to build it from QtCreator without manually enter all custom build options all over again. Let suppose all workstation has same QtCreator on them like the same version Ubuntu workstation for example.
[quote author="jza1" date="1383126125"]Did you get the checkbox to work properly? Putting the png files into "images" subfolder doesn't seem to be enough.[/quote]
QCheckBox::indicator:checked
{
image:url(/home/vmkan/.config/QtProject/qtcreator/styles/images/checkbox.png);
}
Adding this to .stylesheet works well for me.
have you try
@CONFIG += ordered@
doc says: "When using the subdirs template, this option specifies that the directories listed should be processed in the order in which they are given."
"CONFIG":https://qt-project.org/doc/qt-5/qmake-variable-reference.html#config
Meanwhile, I discovered that SSH is most likely mandatory for remote linux debugging. Still I don't understand why this is the case as I am able to run GDB from the command line and attach myself to a process.
Why is there the need to have a SSH connection to the target, if I just want to attach to a remote process rather than copying any binaries via sftp?
Thanks for any comments on this
Hi,
AFAIK, there's no such functionality yet (did you check the latest Qt Creator 3.1 RC) ?
You can also check the "bug report system":http://bugreports.qt-project.org to see if it's already been asked, if not, you can open a new feature request
Qt still have debugging problem based on my experience. The problem here is that breakpoint symbols are not visible in the editor, this is some UI related issues as I guess. I think still it breaks at the line, hope they will fix this issue soon.
Hi and welcome to devnet !
Nice you found and thanks for sharing !
Can you also mark the thread as solved using the "Topic Tool" button ? So other forum users may know a solution has been found :)
[edit: updated solved marking request SGaist]