[PyQt] How do I add qtwebkit to qt 5.6.1 modules
Han Jiang
oglops at gmail.com
Sun Jun 18 19:03:10 BST 2017
Qt is a in source build, so I did not run that, for qtwebkit, I did run
that. Pyqt configures and compiles fine, it's just that it does not see
qtwebkit.
pyqt configure log is https://pastebin.com/PEMABHrR
My folders structure is
.
├── adsk-patches-561.tgz
├── adsk-qt561-patch.txt
├── BuildQt561-VS2012.cmd
├── BuildQt561-VS2015.cmd
├── howToBuildQtOnLinux_m2017.txt
├── howToBuildQtOnMac_m2017.txt
├── howToBuildQtOnWindows_m2017.txt
├── qt561-webkit.tgz
├── qt-adsk-5.6.1
│ ├── coin
│ ├── configure
│ ├── configure.bat
│ ├── gnuwin32
│ ├── LGPL_EXCEPTION.txt
│ ├── LICENSE.FDL
│ ├── LICENSE.GPLv2
│ ├── LICENSE.GPLv3
│ ├── LICENSE.LGPLv21
│ ├── LICENSE.LGPLv3
│ ├── LICENSE.PREVIEW.COMMERCIAL
│ ├── Makefile
│ ├── qt.pro
│ ├── qt3d
│ ├── qtactiveqt
│ ├── qtandroidextras
│ ├── qtbase
│ ├── qtcanvas3d
│ ├── qtconnectivity
│ ├── qtdeclarative
│ ├── qtdoc
│ ├── qtenginio
│ ├── qtgraphicaleffects
│ ├── qtimageformats
│ ├── qtlocation
│ ├── qtmacextras
│ ├── qtmultimedia
│ ├── qtquickcontrols
│ ├── qtquickcontrols2
│ ├── qtscript
│ ├── qtsensors
│ ├── qtserialbus
│ ├── qtserialport
│ ├── qtsvg
│ ├── qttools
│ ├── qttranslations
│ ├── qtwayland
│ ├── qtwebchannel
│ ├── qtwebengine
│ ├── qtwebkit
│ ├── qtwebsockets
│ ├── qtwebview
│ ├── qtwinextras
│ ├── qtx11extras
│ ├── qtxmlpatterns
│ └── README
├── qt-adsk-5.6.1.tgz
└── qtwebkit
├── ChangeLog-2012-05-22
├── dist
├── Examples
├── include
├── LICENSE.GPLv2
├── LICENSE.GPLv3
├── LICENSE.LGPLv21
├── LICENSE.LGPLv3
├── Source
├── Tools
├── VERSION
├── WebKit.pro
├── WebKit.xcworkspace
├── WebKitBuild
└── WebKitLibraries
On Sun, Jun 18, 2017 at 2:43 AM, Florian Bruhin <me at the-compiler.org> wrote:
> On Sun, Jun 18, 2017 at 01:25:38AM -0700, Han Jiang wrote:
> > Hi I am building qt 5.6.1 for maya 2017 on windows 10. I successfully
> > built qt ( in source build ) and qtwebkit already, but when I configure
> > pyqt, it shows
> >
> > Checking to see if the QtWebKit module should be built...
> > v:\Qt\qt-adsk-5.6.1\qtbase\bin\qmake.exe -o cfgtest_QtWebKit.mk
> > cfgtest_QtWebKit.pro
> > Project ERROR: Unknown module(s) in QT: webkit
> >
> > How can I install qtwebkit into qtdir ? Now they are in two separate
> > folders.
>
> Did you run "make install" (or whatever is the equivalent on Windows) in
> both?
>
> Florian
>
> --
> https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
> GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
> I love long mails! | https://email.is-not-s.ms/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170618/0e3e2825/attachment.html>
More information about the PyQt
mailing list