Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
alta
alta
Commits
abbc0aad
Commit
abbc0aad
authored
Sep 23, 2013
by
Laurent Belcour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need a change to compile after an upgrade of distribution
parent
4352e927
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
15 additions
and
1 deletion
+15
-1
sources/core/core.pro
sources/core/core.pro
+1
-0
sources/softs/brdf2data/brdf2data.pro
sources/softs/brdf2data/brdf2data.pro
+1
-0
sources/softs/brdf2gnuplot/brdf2gnuplot.pro
sources/softs/brdf2gnuplot/brdf2gnuplot.pro
+1
-0
sources/softs/brdf2moments/brdf2moments.pro
sources/softs/brdf2moments/brdf2moments.pro
+1
-0
sources/softs/data2brdf/data2brdf.pro
sources/softs/data2brdf/data2brdf.pro
+1
-0
sources/softs/data2diff/data2diff.pro
sources/softs/data2diff/data2diff.pro
+1
-0
sources/softs/data2gnuplot/data2gnuplot.pro
sources/softs/data2gnuplot/data2gnuplot.pro
+1
-0
sources/softs/data2moments/data2moments.pro
sources/softs/data2moments/data2moments.pro
+1
-0
sources/softs/fourieranalysis/fourieranalysis.pro
sources/softs/fourieranalysis/fourieranalysis.pro
+4
-0
sources/softs/generate_data/generate_data.pro
sources/softs/generate_data/generate_data.pro
+1
-0
sources/softs/rational_1d/rational_1d.pro
sources/softs/rational_1d/rational_1d.pro
+1
-0
sources/softs/tests/tests.pro
sources/softs/tests/tests.pro
+1
-1
No files found.
sources/core/core.pro
View file @
abbc0aad
...
...
@@ -7,6 +7,7 @@ DESTDIR = ../build
unix
{
QMAKE_CXXFLAGS
+=
-
std
=
c
++
0
x
-
Wall
-
pedantic
LIBS
+=
-
ldl
}
HEADERS
=
args
.
h
\
...
...
sources/softs/brdf2data/brdf2data.pro
View file @
abbc0aad
...
...
@@ -10,4 +10,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/brdf2gnuplot/brdf2gnuplot.pro
View file @
abbc0aad
...
...
@@ -10,4 +10,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/brdf2moments/brdf2moments.pro
View file @
abbc0aad
...
...
@@ -10,4 +10,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/data2brdf/data2brdf.pro
View file @
abbc0aad
...
...
@@ -10,4 +10,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/data2diff/data2diff.pro
View file @
abbc0aad
...
...
@@ -8,4 +8,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/data2gnuplot/data2gnuplot.pro
View file @
abbc0aad
...
...
@@ -8,4 +8,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/data2moments/data2moments.pro
View file @
abbc0aad
...
...
@@ -10,4 +10,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/fourieranalysis/fourieranalysis.pro
View file @
abbc0aad
...
...
@@ -6,3 +6,7 @@ DESTDIR = ../../build
SOURCES
+=
main
.
cpp
LIBS
+=
-
L
..
/../
build
-
lcore
unix
{
LIBS
+=
-
ldl
}
sources/softs/generate_data/generate_data.pro
View file @
abbc0aad
...
...
@@ -9,4 +9,5 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
}
sources/softs/rational_1d/rational_1d.pro
View file @
abbc0aad
...
...
@@ -12,3 +12,4 @@ SOURCES += main.cpp \
QMAKE_CXXFLAGS
+=
-
std
=
c
++
11
-
frounding
-
math
LIBS
+=
-
lCGAL
-
lboost_regex
LIBS
+=
-
ldl
sources/softs/tests/tests.pro
View file @
abbc0aad
...
...
@@ -10,6 +10,6 @@ LIBS += -L../../build -lcore
unix
{
PRE_TARGETDEPS
+=
..
/../
build
/
libcore
.
a
LIBS
+=
-
ldl
CONFIG
+=
debug
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment