[Qt-creator] Issue regarding the conditional statements in .pro file
Oswald Buddenhagen
oswald.buddenhagen at nokia.com
Tue May 17 11:23:42 CEST 2011
hi,
a) this question is for qt-interest@, not qt-creator@
On 05/17/11 08:00, ext ext-manjunath.kambalekar at nokia.com wrote:
>
> MY_VARIABLE var1 = $$SYMBIAN_VERSION
>
> MY_VARIABLEvar2 = "Symbian3"
>
b) what is MY_VARIABLE supposed to be?
> if(isEqual(var1,var2))
>
c) the second argument must be an expression, not a variable name. use
$$var2. or just Symbian3
> {
>
d) you cannot use detached braces. this is not a coding style thing
regards
More information about the Qt-creator-old
mailing list