about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gede/build.patch
blob: bdd8b7ff5f96c0069e67343caa90fa612d00b699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/build.py	2017-01-16 21:12:43.000000000 +0100
+++ b/build.py	2017-02-26 22:03:11.394625315 +0100
@@ -71,7 +71,7 @@
         if do_build:
             if not os.path.exists("Makefile"):
                 print("Generating makefile")
-                if subprocess.call(['qmake-qt4']):
+                if subprocess.call(['qmake']):
                     exit(1)
 
             print("Compiling (please wait)")