Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it qt5.6 supported ? or just qt4 #23

Closed
deter3 opened this issue Mar 18, 2016 · 6 comments
Closed

is it qt5.6 supported ? or just qt4 #23

deter3 opened this issue Mar 18, 2016 · 6 comments

Comments

@deter3
Copy link

deter3 commented Mar 18, 2016

I am trying to install webkit-server , I have installed qt5.6 on amazon ec2 linux ami server , but was always notified that "Project ERROR: Unknown module(s) in QT: webkitwidgets" when run
sudo python setup.py install

I searched and just can not find "libqt5webkit5-dev " for CentOS or ec2 linux ami .

I guess qt4 supported only , is it right ?

@niklasb
Copy link
Owner

niklasb commented Mar 20, 2016

Qt5 should work. That's what I'm using locally. However, maybe you need to
install qtwebkit as a separate package? I'm not familiar with CentOS
unfortunately.

On Fri, Mar 18, 2016 at 7:37 AM, deter3 notifications@github.com wrote:

I am trying to install webkit-server , I have installed qt5.6 on amazon
ec2 linux ami server , but was always notified that "Project ERROR: Unknown
module(s) in QT: webkitwidgets" when run
sudo python setup.py install

I searched and just can not find "libqt5webkit5-dev " for CentOS or ec2
linux ami .

I guess qt4 supported only , is it right ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#23

@deter3
Copy link
Author

deter3 commented Mar 20, 2016

I asked the same question on http://stackoverflow.com/questions/36099888/project-error-unknown-modules-in-qt-webkitwidgets-amazon-linux-ami-qt5-6-i , turns out webkit modules were removed from Qt 5.6 .

see the release notes from http://wiki.qt.io/New_Features_in_Qt_5.6#Removed_Modules .

@niklasb
Copy link
Owner

niklasb commented Mar 20, 2016

Yeah, Qt WebKit is definitely needed. From how I read the notes, you can still build it from source though.

@niklasb niklasb closed this as completed Mar 20, 2016
@deter3
Copy link
Author

deter3 commented Mar 23, 2016

sorry , I am commenting on the closed issues . Just want to provide more info.

thoughtbot/capybara-webkit#885

capybara-webkit is only support qt5.5 . I suggest it's better to mention this in dryscrape readme to save others' time . I have spent around 3 days trying to figure out what's the problem .

@niklasb
Copy link
Owner

niklasb commented Mar 24, 2016

@deter3 I agree with you absolutely. I will put something in the docs about that.

@niklasb
Copy link
Owner

niklasb commented Mar 24, 2016

Done: niklasb/dryscrape@02e9a04 3393fa9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants