Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b7dc11b4
Commit
b7dc11b4
authored
Jul 21, 2014
by
Bryant
Browse files
Minor changes to build scripts.
parent
e8afc636
Changes
2
Hide whitespace changes
Inline
Side-by-side
QGCSetup.pri
View file @
b7dc11b4
...
...
@@ -17,7 +17,7 @@
# along with QGroundControl. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------
QMAKE_POST_LINK +=
$$quote(
echo "Copying files"
)
QMAKE_POST_LINK += echo "Copying files"
#
# Copy the application resources to the associated place alongside the application
...
...
qgroundcontrol.pro
View file @
b7dc11b4
...
...
@@ -140,13 +140,6 @@ WindowsBuild {
QMAKE_CXXFLAGS_DEBUG
+=
-
MP
QMAKE_CXXFLAGS_RELEASE
+=
-
MP
#
Specify
that
the
Unicode
versions
of
string
functions
should
be
used
in
the
Windows
API
.
#
Without
this
the
utils
and
qserialport
libraries
crash
.
DEFINES
+=
UNICODE
#
QWebkit
is
not
needed
on
MS
-
Windows
compilation
environment
CONFIG
-=
webkit
RC_FILE
=
$$
BASEDIR
/
qgroundcontrol
.
rc
}
...
...
@@ -176,7 +169,7 @@ WindowsBuild {
}
#
#
Build
flavor
specific
settings
#
Build
-
specific
settings
#
DebugBuild
{
...
...
@@ -187,7 +180,7 @@ ReleaseBuild {
DEFINES
+=
QT_NO_DEBUG
WindowsBuild
{
#
Use
link
time
code
generation
for
bet
e
er
optimization
(
I
believe
this
is
supported
in
msvc
e
xpress
,
but
not
100
% sure)
#
Use
link
time
code
generation
for
bet
t
er
optimization
(
I
believe
this
is
supported
in
MSVC
E
xpress
,
but
not
100
% sure)
QMAKE_LFLAGS_LTCG
=
/
LTCG
QMAKE_CFLAGS_LTCG
=
-
GL
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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