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

Collapse All | Expand All

(-)qtpfsgui-1.8.9.orig/project.pro (-4 / +4 lines)
Lines 188-199 Link Here
188
188
189
MAJOR_MINOR_QT_VERSION = $$[QT_VERSION]
189
MAJOR_MINOR_QT_VERSION = $$[QT_VERSION]
190
MAJOR_MINOR_QT_VERSION ~= s/(4\..)\../\1
190
MAJOR_MINOR_QT_VERSION ~= s/(4\..)\../\1
191
contains(MAJOR_MINOR_QT_VERSION,4.2) {
191
contains(MAJOR_MINOR_QT_VERSION,4.1) {
192
DEFINES += I18NDIR=\\\"$$I18NDIR\\\"
193
#message("Detected Qt4.2")
194
} else {
195
DEFINES += I18NDIR=\"$$I18NDIR\"
192
DEFINES += I18NDIR=\"$$I18NDIR\"
196
#message("Detected Qt4.1")
193
#message("Detected Qt4.1")
194
} else {
195
DEFINES += I18NDIR=\\\"$$I18NDIR\\\"
196
#message("Detected Qt4.2 or later")
197
}
197
}
198
#################################################################################################
198
#################################################################################################
199
#CONFIG += debug
199
#CONFIG += debug

Return to bug 179887