[Kst] branches/work/kst/portto4/kst/src/libkstmath
Adam Treat
treat at kde.org
Thu Aug 30 16:47:55 CEST 2007
SVN commit 706485 by treat:
* Don't trigger internal lex/yacc handling in qmake.
M +5 -0 libkstmath.pro
--- branches/work/kst/portto4/kst/src/libkstmath/libkstmath.pro #706484:706485
@@ -15,6 +15,11 @@
LIBS += -lkst
+#Don't trigger qmake's lex/yacc handling by default.
+#Rather we want to use the files that are pre-generated and checked in.
+QMAKE_EXT_LEX = .lex
+QMAKE_EXT_YACC = .yacc
+
SOURCES += \
kstpainter.cpp \
kstcolorsequence.cpp \
More information about the Kst
mailing list