updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / qtballit / makefile.patch
bloba249efda89801355980dae2ff1849f101564d564
1 *** Makefile 2005-01-23 19:40:20.000000000 +0100
2 --- Makefile 2010-05-28 16:01:10.000000000 +0200
3 ***************
4 *** 16,22 ****
5 CXXFLAGS = -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
6 LEXFLAGS =
7 YACCFLAGS= -d
8 ! INCPATH = -I/usr/local/qt/mkspecs/default -I. -I$(QTDIR)/include -I.ui/ -I. -I.moc/
9 LINK = g++
10 LFLAGS = -Wl,-rpath,$(QTDIR)/lib
11 LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
12 --- 16,22 ----
13 CXXFLAGS = -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
14 LEXFLAGS =
15 YACCFLAGS= -d
16 ! INCPATH = -I/opt/qt/mkspecs/default -I. -I$(QTDIR)/include -I.ui/ -I. -I.moc/
17 LINK = g++
18 LFLAGS = -Wl,-rpath,$(QTDIR)/lib
19 LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
20 ***************
21 *** 107,113 ****
22 $(MOC):
23 ( cd $(QTDIR)/src/moc && $(MAKE) )
25 ! Makefile: Qtballit.pro /usr/local/qt/mkspecs/default/qmake.conf /usr/local/qt/lib/libqt-mt.prl
26 $(QMAKE) -o Makefile Qtballit.pro
27 qmake:
28 @$(QMAKE) -o Makefile Qtballit.pro
29 --- 107,113 ----
30 $(MOC):
31 ( cd $(QTDIR)/src/moc && $(MAKE) )
33 ! Makefile: Qtballit.pro /opt/qt/mkspecs/default/qmake.conf /opt/qt/lib/libqt-mt.prl
34 $(QMAKE) -o Makefile Qtballit.pro
35 qmake:
36 @$(QMAKE) -o Makefile Qtballit.pro
37 *** qtballit.ui.h 2005-01-22 21:45:47.000000000 +0100
38 --- qtballit.ui.h 2010-05-28 17:21:16.000000000 +0200
39 ***************
40 *** 889,895 ****
42 void qtballit::mostraManuale()
44 ! const char command_man[]="$BROWSER ./qtballit_man.htm";
46 system(command_man);
48 --- 889,895 ----
50 void qtballit::mostraManuale()
52 ! const char command_man[]="firefox /usr/share/doc/qtballit/qtballit_man.htm";
54 system(command_man);
56 ***************
57 *** 897,903 ****
59 void qtballit::mostraTabella()
61 ! const char command_tab[]="$BROWSER ./qtballit_tabella.htm";
63 system(command_tab);
65 --- 897,903 ----
67 void qtballit::mostraTabella()
69 ! const char command_tab[]="firefox /usr/share/doc/qtballit/qtballit_tabella.htm";
71 system(command_tab);