mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
14 lines
358 B
Diff
14 lines
358 B
Diff
--- 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 = []
|