Skip to content

Commit 1752eae

Browse files
author
timlinux
committed
Enable flex/bison stuff again
git-svn-id: http://svn.osgeo.org/qgis/trunk@6064 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d9b35bf commit 1752eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/core.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ message("Building libs into $${DESTDIR}")
3131
win32{
3232
#generate lex and yacc sources
3333
message("Generating lex and yacc sources")
34-
#system(genlexyacc)
34+
system(genlexyacc)
3535
}
3636

3737
HEADERS = qgis.h \

0 commit comments

Comments
 (0)