Commit 1f4c2160 authored by shibakaneki's avatar shibakaneki

Merge branch 'master' of github.com:Sankore/Sankore-3.1

parents e419c0aa a9f8c0ab
......@@ -85,6 +85,7 @@ BUILD_DIR = build
macx:BUILD_DIR = $$BUILD_DIR/macx
win32:BUILD_DIR = $$BUILD_DIR/win32
linux-g++:BUILD_DIR = $$BUILD_DIR/linux
linux-g++-64:BUILD_DIR = $$BUILD_DIR/linux
CONFIG(debug, debug|release):BUILD_DIR = $$BUILD_DIR/debug
CONFIG(release, debug|release) {
......@@ -303,6 +304,21 @@ linux-g++ {
system(echo "$$SVN_VERSION" > $$BUILD_DIR/svnversion)
}
linux-g++-64 {
LIBS += -lcrypto
QMAKE_CFLAGS += -fopenmp
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp
UB_LIBRARY.path = $$DESTDIR
UB_I18N.path = $$DESTDIR/i18n
UB_ETC.path = $$DESTDIR
UB_THIRDPARTY_INTERACTIVE.path = $$DESTDIR/library
system(mkdir -p $$BUILD_DIR)
system(echo "$$VERSION" > $$BUILD_DIR/version)
system(echo "$$LONG_VERSION" > $$BUILD_DIR/longversion)
system(echo "$$SVN_VERSION" > $$BUILD_DIR/svnversion)
}
RESOURCES += resources/sankore.qrc
# When adding a translation here, also add it in the macx part
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
version="1.0"
width="680"
height="400"
ub:resizable="true">
<name>GeoInfo</name>
<content src="GeoInfo.html"/>
</widget>
.styleDiv
{
height:250px;
overflow:auto;
display:none;
font-size:11px;
font-family:Arial, "Times New Roman", Sans-serif;
border-left:solid 2px grey;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright:1em;
}
.question
{
position:absolute;
top:320px;
left:13px;
z-index:4;
}
.comparer
{
margin:auto;
font-family:Arial, "Times New Roman", Sans-serif;
}
#souris
{
display:none;
}
#coords
{
display:none;
}
.curseur
{
cursor:pointer;
}
.carteMonde1
{
border-style:solid;
border-width:3px;
height:332px;
width:654px;
border-color: black;
}
.carte
{
position:absolute;
top:11px;
left:11px;
height:332px;
width:654px;
display: none;
opacity:0;
z-index:1;
}
.retour
{
position:absolute;
top:13px;
left:13px;
width:100px;
height:50.5px;
opacity:0;
z-index:2;
border: 1px black solid;
display: none;
cursor:pointer;
}
#carteRetour
{
width:100%;
height: 100%;
}
.texte
{
position:absolute;
top:300px;
left:0px;
width:654px;
}
#description
{
font-size:18px;
text-align:center;
}
.infoPays
{
position:absolute;
border:1px black solid;
background-color:rgba(150,150,150,0.5);
display:none;
z-index:2;
padding:4px;
}
.infoSupp
{
position:absolute;
top:344px;
border:1px black solid;
width:300px;
height:0px;
overflow:scroll;
}
#infoSupp2
{
position:absolute;
top:344px;
left:320px;
}
.nomPays
{
font-weight:bold;
color:black;
}
.capitalePays
{
color:white;
}
.cacher
{
display:none;
}
.drapeaux
{
height:40px;
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment