1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/cad/vipec/files/patch-vipec.pro
Kirill Ponomarev f62713e133 Fix build with gcc-3.4
PR:		ports/70784
Submitted by:	Ports Fury
2004-08-22 01:06:12 +00:00

14 lines
460 B
Prolog

--- vipec.pro.orig Thu Oct 2 04:58:40 2003
+++ vipec.pro Sat Aug 21 00:04:24 2004
@@ -8,8 +8,8 @@
CLEAN_FILES = core Makefile *~ *moc* components/*~ dialogs/*~ images/*~ outputs/*~ widgets/*~
MOC_DIR = moc
OBJECTS_DIR = obj
-CONFIG = qt warn_on exceptions stl rtti
-DEFINES = QT_FATAL_ASSERT
+CONFIG += qt warn_on exceptions stl rtti
+DEFINES += QT_FATAL_ASSERT VIPECHOME=\"$(VIPECHOME)\"
RC_FILE = vipec.rc
HEADERS = \
../include/Logger.h \