Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b7dc11b4
Commit
b7dc11b4
authored
Jul 21, 2014
by
Bryant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to build scripts.
parent
e8afc636
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
QGCSetup.pri
QGCSetup.pri
+1
-1
qgroundcontrol.pro
qgroundcontrol.pro
+2
-9
No files found.
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
eer
optimization
(
I
believe
this
is
supported
in
msvc
e
xpress
,
but
not
100
% sure)
#
Use
link
time
code
generation
for
bet
ter
optimization
(
I
believe
this
is
supported
in
MSVC
E
xpress
,
but
not
100
% sure)
QMAKE_LFLAGS_LTCG
=
/
LTCG
QMAKE_CFLAGS_LTCG
=
-
GL
}
...
...
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