RESOLVED FIXED 59772
[Qt] Don't build TestNetscapePlugin if ENABLE_NETSCAPE_PLUGIN_API=0
https://bugs.webkit.org/show_bug.cgi?id=59772
Summary [Qt] Don't build TestNetscapePlugin if ENABLE_NETSCAPE_PLUGIN_API=0
Keith Kyzivat
Reported 2011-04-28 19:47:14 PDT
TestNetscapePlugin depends on Netscape Plugin support -- so if it is disabled via ENABLE_NETSCAPE_PLUGIN_API=0, we should not try to build this tool.
Attachments
Patch (1.11 KB, patch)
2011-04-28 19:49 PDT, Keith Kyzivat
no flags
Patch (1.49 KB, patch)
2011-04-29 13:06 PDT, Keith Kyzivat
no flags
Keith Kyzivat
Comment 1 2011-04-28 19:49:06 PDT
Csaba Osztrogonác
Comment 2 2011-04-29 04:49:12 PDT
Comment on attachment 91622 [details] Patch r- now, because DEFINES is emtpy here. Please add an "include(../Source/WebCore/features.pri)" line after CONFIG to make checking ENABLE_NETSCAPE_PLUGIN_API work.
Keith Kyzivat
Comment 3 2011-04-29 05:43:35 PDT
(In reply to comment #2) > (From update of attachment 91622 [details]) > r- now, because DEFINES is emtpy here. > > Please add an "include(../Source/WebCore/features.pri)" line > after CONFIG to make checking ENABLE_NETSCAPE_PLUGIN_API work. Oh duh! This worked for me during testing because I had ENABLE_NETSCAPE_PLUGIN_API defined on the command line.
Keith Kyzivat
Comment 4 2011-04-29 13:06:03 PDT
Csaba Osztrogonác
Comment 5 2011-04-29 13:15:58 PDT
Comment on attachment 91721 [details] Patch Thanks, r=me
WebKit Commit Bot
Comment 6 2011-04-29 16:38:32 PDT
Comment on attachment 91721 [details] Patch Clearing flags on attachment: 91721 Committed r85370: <http://trac.webkit.org/changeset/85370>
WebKit Commit Bot
Comment 7 2011-04-29 16:38:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.