phantomjs2: don't use bundled qt

This commit is contained in:
Robin Gloster
2017-08-04 11:44:14 +02:00
parent 147cd29fff
commit 1ff2c65acf
3 changed files with 61 additions and 43 deletions

View File

@@ -0,0 +1,13 @@
--- a/build.py
+++ b/build.py
@@ -80,9 +80,9 @@
def qmakePath():
exe = "qmake"
if platform.system() == "Windows":
exe += ".exe"
- return os.path.abspath("src/qt/qtbase/bin/" + exe)
+ return os.path.abspath("@qtbase@" + exe)
# returns paths for 3rd party libraries (Windows only)
def findThirdPartyDeps():
include_dirs = []