]> git.pld-linux.org Git - packages/dc-qt.git/commitdiff
- one update to allow compile with qt2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 12 May 2002 03:39:07 +0000 (03:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dc-qt-makefile.patch -> 1.2

dc-qt-makefile.patch

index efacf9f57fb71e014bcdc7363371e7b8cce59099..8f6713a4ebad427a98e0d9b54c5fede4f600421e 100644 (file)
@@ -1,7 +1,11 @@
 --- ./Makefile.org     Sun Mar 10 21:33:00 2002
-+++ ./Makefile Sat May 11 19:23:01 2002
-@@ -16,7 +16,7 @@
- CXXFLAGS = -pipe -g -D_DEBUG -D_QT_3 -D_VERBOSE  
++++ ./Makefile Sun May 12 05:04:11 2002
+@@ -13,16 +13,16 @@
+ LEX      = flex
+ YACC     = yacc
+ CFLAGS   = -pipe -g  
+-CXXFLAGS = -pipe -g -D_DEBUG -D_QT_3 -D_VERBOSE  
++CXXFLAGS = -pipe -g -D_DEBUG -D_VERBOSE  
  LEXFLAGS = 
  YACCFLAGS= -d
 -INCPATH  = -I$(QTDIR)/include -I$(QTDIR)/mkspecs/linux-g++
@@ -9,3 +13,10 @@
  LINK     = g++
  LFLAGS   = 
  LIBS     = $(SUBLIBS) -Wl,-rpath,$(QTDIR)/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
+ AR       = ar cqs
+ RANLIB   = 
+-MOC      = $(QTDIR)/bin/moc
++MOC      = /usr/X11R6/bin/moc
+ UIC      = $(QTDIR)/bin/uic
+ QMAKE    = qmake
+ TAR      = tar -cf
This page took 0.056562 seconds and 4 git commands to generate.