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

Collapse All | Expand All

(-)ifpgui-0.10.6-orig/ifpgui.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++
(-)ifpgui-0.10.6-orig/src/src.pro (-1 / +2 lines)
Lines 11-17 Link Here
11
TARGET = ../bin/ifpgui 
11
TARGET = ../bin/ifpgui 
12
CONFIG += release \
12
CONFIG += release \
13
          warn_on \
13
          warn_on \
14
          qt 
14
          qt \
15
	  no_fixpath
15
TEMPLATE = app 
16
TEMPLATE = app 
16
TRANSLATIONS += translations/ifpgui_ru.ts \
17
TRANSLATIONS += translations/ifpgui_ru.ts \
17
                translations/ifpgui_blank.ts 
18
                translations/ifpgui_blank.ts 

Return to bug 118115