Skip to content

Commit d566b44

Browse files
committed
reworked build files
1 parent 8a0a4f9 commit d566b44

File tree

14 files changed

+85
-83
lines changed

14 files changed

+85
-83
lines changed

FatToni/FatToniPlugin.pro

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4-
4+
TARGET = FatToni
5+
VERSION = 0.1
56
include(../lib/includes.pri)
67
include(../lib/fastmathinclude.pri)
7-
VERSION = 0.1
88

99
# Input
1010
HEADERS += FilterFatToni.h FatToniPlugin.h ../lib/colorspace.h ../lib/blend_modes.h ../lib/sqrtlut.h
@@ -15,11 +15,3 @@ FORMS += FatToniPlugin.ui
1515
SOURCES += FatToniPlugin.cpp
1616
SOURCES += FilterFatToni.cpp
1717

18-
unix {
19-
!mac {
20-
unix:QMAKE_CFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
21-
unix:QMAKE_CXXFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
22-
unix:QMAKE_LFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
23-
}
24-
}
25-

Gelatin/GelatinPlugin.pro

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4-
4+
TARGET = Gelatin
5+
VERSION = 0.1
56
include(../lib/includes.pri)
67
include(../lib/fastmathinclude.pri)
7-
VERSION = 0.1
8+
89

910
# Input
1011
HEADERS += FilterGelatin.h GelatinPlugin.h ../lib/colorspace.h ../lib/blend_modes.h
@@ -14,11 +15,3 @@ FORMS += GelatinPlugin.ui
1415
SOURCES += GelatinPlugin.cpp
1516
SOURCES += FilterGelatin.cpp
1617

17-
unix {
18-
!mac {
19-
unix:QMAKE_CFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
20-
unix:QMAKE_CXXFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
21-
unix:QMAKE_LFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
22-
}
23-
}
24-

Grain/GrainPlugin.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4-
5-
include(../lib/includes.pri)
4+
TARGET = Grain
65
VERSION = 0.1
6+
include(../lib/includes.pri)
77

88
# Input
99
HEADERS += GrainFilter.h GrainPlugin.h

SiliconBonk/SiliconBonkPlugin.pro

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4-
4+
TARGET = Silicon Bonk
5+
VERSION = 0.1
56
include(../lib/includes.pri)
67
include(../lib/fastmathinclude.pri)
7-
VERSION = 0.1
8+
89

910
# Input
1011
HEADERS += FilterSiliconBonk.h SiliconBonkPlugin.h ../lib/colorspace.h ../lib/blend_modes.h
@@ -15,11 +16,4 @@ FORMS += SiliconBonkPlugin.ui
1516
SOURCES += SiliconBonkPlugin.cpp
1617
SOURCES += FilterSiliconBonk.cpp
1718

18-
unix {
19-
!mac {
20-
unix:QMAKE_CFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
21-
unix:QMAKE_CXXFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
22-
unix:QMAKE_LFLAGS += -ffinite-math-only -fno-trapping-math -fno-signaling-nans -fno-rounding-math -funsafe-math-optimizations -funsafe-loop-optimizations -fsingle-precision-constant
23-
}
24-
}
2519

WaveletDenoise/DenoisePlugin.pro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4+
TARGET = WaveletDenoise
5+
VERSION = 0.1
46

57
include(../lib/includes.pri)
68
include(../lib/fastmathinclude.pri)
7-
VERSION = 0.1
8-
TRANSLATIONS = DenoiseFilter_de.ts DenoiseFilter_fr.ts DenoiseFilter_it.ts DenoiseFilter_ja.ts DenoiseFilter_nl.ts
99

1010
# Input
1111
HEADERS += DenoiseFilter.h DenoisePlugin.h wavelet.h
1212
FORMS += sph_wavelet_denoise.ui
1313
SOURCES += DenoiseFilter.cpp DenoisePlugin.cpp wavelet.cpp dePepper.cpp ../lib/sphLayerFilter.cpp ../lib/convolution.cpp
1414

15+
TRANSLATIONS = DenoiseFilter_de.ts DenoiseFilter_fr.ts DenoiseFilter_it.ts DenoiseFilter_ja.ts DenoiseFilter_nl.ts
16+

WaveletSharpen/SharpenPlugin.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
######################################################################
22
# Automatically generated by qmake (2.01a) Di. Jun 8 19:18:33 2010
33
######################################################################
4-
4+
TARGET = Wavelet Sharpen
5+
VERSION = 0.1
56
include(../lib/includes.pri)
67
include(../lib/fastmathinclude.pri)
7-
VERSION = 0.1
8+
89

910
# Input
1011
HEADERS += FilterSharpen.h SharpenPlugin.h wavelet.h FilterUSM.h FilterLLorens.h

WaveletSharpen/SharpenPlugin_de.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@
141141
</message>
142142
<message>
143143
<location filename="sph_wavelet_sharpen.ui" line="207"/>
144-
<source>USM/Wavelet 1</source>
145-
<extracomment>Tab Title, keep the order please</extracomment>
144+
<source>Wavelet 1/USM</source>
145+
<oldsource>USM/Wavelet 1</oldsource>
146+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
146147
<translation type="unfinished"></translation>
147148
</message>
148149
<message>
@@ -179,7 +180,7 @@
179180
<message>
180181
<location filename="sph_wavelet_sharpen.ui" line="817"/>
181182
<source>Wavelet 2/Grad</source>
182-
<extracomment>Tab Title</extracomment>
183+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
183184
<translation type="unfinished"></translation>
184185
</message>
185186
<message>

WaveletSharpen/SharpenPlugin_fr.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@
141141
</message>
142142
<message>
143143
<location filename="sph_wavelet_sharpen.ui" line="207"/>
144-
<source>USM/Wavelet 1</source>
145-
<extracomment>Tab Title, keep the order please</extracomment>
144+
<source>Wavelet 1/USM</source>
145+
<oldsource>USM/Wavelet 1</oldsource>
146+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
146147
<translation type="unfinished"></translation>
147148
</message>
148149
<message>
@@ -179,7 +180,7 @@
179180
<message>
180181
<location filename="sph_wavelet_sharpen.ui" line="817"/>
181182
<source>Wavelet 2/Grad</source>
182-
<extracomment>Tab Title</extracomment>
183+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
183184
<translation type="unfinished"></translation>
184185
</message>
185186
<message>

WaveletSharpen/SharpenPlugin_it.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@
141141
</message>
142142
<message>
143143
<location filename="sph_wavelet_sharpen.ui" line="207"/>
144-
<source>USM/Wavelet 1</source>
145-
<extracomment>Tab Title, keep the order please</extracomment>
144+
<source>Wavelet 1/USM</source>
145+
<oldsource>USM/Wavelet 1</oldsource>
146+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
146147
<translation type="unfinished"></translation>
147148
</message>
148149
<message>
@@ -179,7 +180,7 @@
179180
<message>
180181
<location filename="sph_wavelet_sharpen.ui" line="817"/>
181182
<source>Wavelet 2/Grad</source>
182-
<extracomment>Tab Title</extracomment>
183+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
183184
<translation type="unfinished"></translation>
184185
</message>
185186
<message>

WaveletSharpen/SharpenPlugin_ja.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@
141141
</message>
142142
<message>
143143
<location filename="sph_wavelet_sharpen.ui" line="207"/>
144-
<source>USM/Wavelet 1</source>
145-
<extracomment>Tab Title, keep the order please</extracomment>
144+
<source>Wavelet 1/USM</source>
145+
<oldsource>USM/Wavelet 1</oldsource>
146+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
146147
<translation type="unfinished"></translation>
147148
</message>
148149
<message>
@@ -179,7 +180,7 @@
179180
<message>
180181
<location filename="sph_wavelet_sharpen.ui" line="817"/>
181182
<source>Wavelet 2/Grad</source>
182-
<extracomment>Tab Title</extracomment>
183+
<extracomment>Tab Title, keep the order please, keep it short</extracomment>
183184
<translation type="unfinished"></translation>
184185
</message>
185186
<message>

0 commit comments

Comments
 (0)