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