Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95978 | Differences between
and this patch

Collapse All | Expand All

(-)ifp_gui-0.10.4-orig/ifp_gui.pro (-1 / +2 lines)
Lines 8-14 Link Here
8
CONFIG += release \
8
CONFIG += release \
9
          warn_on \
9
          warn_on \
10
          qt \
10
          qt \
11
          thread 
11
          thread \
12
	  no_fixpath
12
TEMPLATE = subdirs 
13
TEMPLATE = subdirs 
13
SUBDIRS += src 
14
SUBDIRS += src 
14
LANGUAGE = C++
15
LANGUAGE = C++
(-)ifp_gui-0.10.4-orig/src/src.pro (-1 / +2 lines)
Lines 76-80 Link Here
76
TARGET = ../bin/ifp_gui
76
TARGET = ../bin/ifp_gui
77
CONFIG += release \
77
CONFIG += release \
78
warn_on \
78
warn_on \
79
qt
79
qt \
80
no_fixpath
80
TEMPLATE = app
81
TEMPLATE = app

Return to bug 95978