]> git.pld-linux.org Git - packages/fwbuilder.git/blob - fwbuilder-configure.patch
- updated to 2.0.6
[packages/fwbuilder.git] / fwbuilder-configure.patch
1 --- fwbuilder-2.0.0/qmake.inc.in.orig   2004-07-03 08:55:34.000000000 +0200
2 +++ fwbuilder-2.0.0/qmake.inc.in        2004-08-01 21:17:11.261871888 +0200
3 @@ -4,7 +4,7 @@
4  TEMPLATE       =app
5  
6  DEFINES      += $$(DEFINES)
7 -INCLUDEPATH  += ../.. $$(INCLUDEPATH)
8 +INCLUDEPATH  += ../.. $$(INCLUDEPATH) /usr/include/qt
9  LANGUAGE      = C++
10  UI_DIR        = ui
11  
12 @@ -30,7 +30,7 @@
13         res_os.path             = $(DDIR)@RES_DIR@/os
14         res_platform.path       = $(DDIR)@RES_DIR@/platform
15  
16 -       CONFIG                 += qt thread rtti stl warn_on debug
17 +       CONFIG                 += qt thread rtti stl warn_on
18         INCLUDEPATH            += @LIBFWBUILDER_INCLUDEPATH@
19  
20         LIBS                   += $$LIBS_FWBUILDER
This page took 0.073033 seconds and 3 git commands to generate.