summary refs log tree commit diff
path: root/pkgs/development/tools/phantomjs2/system-qtbase.patch
blob: 743372b0f0bc240e51c59728b6ddc766195e2589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 = []