"README.md" did not exist on "9ead32dbf1fa0229d9b73f9e1da11e0942291b8a"
- Apr 07, 2010
-
-
Tobias Hunger authored
* Check for symbian SDK and soureces being on the same drive on windows * Check for a Open C/C++ header in Symbian SDK and warn if that is not found * Check for chars in project name that might confuse symbian SDKs Task-number: QTCREATORBUG-1045 Task-number: QTCREATORBUG-1043 Reviewed-by: dt
-
kh1 authored
Fixes a crash introduced with the mentioned revision, since one can only have a single instance of the ne7ssh object. Poroper fix follows next. Reviewed-by: ck
-
dt authored
That means wrong target (though argueable we don't have a correct one yet, but working defines and includes.
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
Reviewed-By: hunger
-
dt authored
-
- Apr 06, 2010
-
-
hjk authored
-
kh1 authored
--[ Details ]---------[ remember extra blank line after subject ]---|
-
ck authored
(No actual functionality yet.) Reviewed-by: kh1
-
Friedemann Kleint authored
As it has a special constructor and is rarely used. Task-number: QTCREATORBUG-1025
-
Kai Koehne authored
-
- Apr 01, 2010
-
-
con authored
Instead of renaming it first. We agree on always deploying target.sis (where target is the qmake TARGET). For older Qt for Symbian versions we rename to match this.
-
ck authored
Reviewed-by: kh1
-
kh1 authored
Since the ne7ssh implementation starts the select thread directly inside the constructor, we would have it polling after initializing the project manager. Still we should apply the fix Thiago proposed for polling. Reviewed-by: ck
-
Tobias Hunger authored
Fix possible crash on import of projects into creator with only one valid Qt version set up. Reviewed-by: dt Task-number: QTCREATORBUG-1017
-
Tobias Hunger authored
... in the TargetSetupPage. Make sure that if there is only one thing we can check that it is checked. Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: Roberto Raggi
-
Tobias Hunger authored
Reviewed-by: Roberto Raggi
-
- Mar 31, 2010
-
-
kh1 authored
-
con authored
-
Jarek Kobus authored
-
Tobias Hunger authored
-
- Mar 30, 2010
-
-
Tobias Hunger authored
This fixes a crash when creating a new target and then directly switch into the run settings view.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
Visible on Linux/Mac only.
-
- Mar 29, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
dt authored
This also fixes pkg-config support for the code model. Task-Nr: QTCREATORBUG-976
-
Tobias Hunger authored
* Simplify code a bit, too.
-
Tobias Hunger authored
* Comment out TARGET.CAPABILITY in symbian section * Use += to append to already set capabilities instead of overwritting them.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
dt authored
On windows when linking to a library via -L/some/path, the library is found in /some/path while linking. But running that app fails, since it can't find the library. We now adjust PATH to include all paths from LIBS and thus the library is found.
-
Tobias Hunger authored
* Handle shadowbuild directories * Refactor the code Reviewed-by: dt
-