hi,

a) this question is for qt-interest@, not qt-creator@

On 05/17/11 08:00, ext [email protected] 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

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to