Qt Creator doesn't deal with optional #ifdef blocks very well; It's been that 
way for ages.
https://bugreports.qt-project.org/browse/QTCREATORBUG-2

Though it's possible to fix it by using the special directive Q_CREATOR_RUN;
If someone wants to try to fix it, I think it would make a lot of people happy.

On Mar 9, 2012, at 7:14 AM, ext 
[email protected]<mailto:[email protected]> wrote:


Hi,

When I open the QtWebKit project into QtCreator (using the top level 
WebKit.pro), it seems that I only get symbols contained in files 
unconditionnally added to the project, and not symbols related to a specific 
feature (like video for instance).

I tried several things to make selected options available to QtCreator:
- build the project once using build-webkit, then specify the WebKitBuild 
directory as a shadow build (as specified in a previous mail on this list)

- export the QMAKEPATH=$MYDIR/Tools/qmake variable in the project environment
- add special DEFINES+= directives to the project qmake args

But I still can't get the symbols related to my selected options …

What am I doing wrong ?

David

_______________________________________________
webkit-qt mailing list
[email protected]<mailto:[email protected]>
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to