summarylogtreecommitdiffstats
path: root/gcconfig.pri
diff options
context:
space:
mode:
authorMichael Prager2022-10-30 10:13:28 +0100
committerMichael Prager2022-10-30 10:22:09 +0100
commit20a4869814c993ac1ff95b4e1612e076253949f8 (patch)
tree0dcec9c3c04718ce619ab2e69619be33b1127f17 /gcconfig.pri
parent4f7c24cb05ca182053a82efdd1a2305d1e67299b (diff)
downloadaur-20a4869814c993ac1ff95b4e1612e076253949f8.tar.gz
updated gcconfig.pri according to upstream commit 5a771809579c619aefdd52d3ea596f0a2372f315 and enabled QMAKE_MOVE which finally makes 3628.patch for building using bison 3.7 obsolete
Diffstat (limited to 'gcconfig.pri')
-rw-r--r--gcconfig.pri13
1 files changed, 6 insertions, 7 deletions
diff --git a/gcconfig.pri b/gcconfig.pri
index 50367e27732a..589b71e291ae 100644
--- a/gcconfig.pri
+++ b/gcconfig.pri
@@ -82,16 +82,15 @@ QMAKE_CXXFLAGS += -O3
# You may need to specify the full path if things don't work.
#QMAKE_LEX = flex
#QMAKE_YACC = bison
+# If you are using bison 3.7 or higher, uncomment the line below
+QMAKE_MOVE = cp
# If you're compiling with nmake and VC then you
# will likely also use win_flex and win_bison
# so uncomment below
-#QMAKE_LEX = win_flex
-#QMAKE_YACC = win_bison
-#win32 {
-# QMAKE_YACC = bison --file-prefix=y -t
-# QMAKE_MOVE = cmd /c move
-# QMAKE_DEL_FILE = rm -f
-#}
+#QMAKE_LEX = win_flex --wincompat
+#QMAKE_YACC = win_bison --file-prefix=y -t
+# If you are using bison 3.7 or higher, uncomment the line below
+#QMAKE_MOVE = copy
# If you want SRM download support you must install SRMIO
# http://www.zuto.de/project/srmio/