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
cebae8cc
Commit
cebae8cc
authored
Aug 30, 2014
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove UnitTests from Windows Release builds
parent
99737600
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
qgroundcontrol.pro
qgroundcontrol.pro
+16
-2
No files found.
qgroundcontrol.pro
View file @
cebae8cc
...
...
@@ -73,6 +73,11 @@ CONFIG(debug, debug|release) {
error
(
Unsupported
build
flavor
)
}
#
Need
to
special
case
Windows
debug_and_release
since
VS
Project
creation
in
this
case
does
strange
things
[
QTBUG
-
40351
]
win32
:
debug_and_release
{
CONFIG
+=
WindowsDebugAndRelease
}
#
Setup
our
build
directories
BASEDIR
=
$$
{
IN_PWD
}
...
...
@@ -744,8 +749,15 @@ SOURCES += \
#
#
Unit
Test
specific
configuration
goes
here
#
We
'd ideally only build this code as part of a Debug build, but qmake doesn't
allow
#
for
Debug
-
only
files
when
generating
Visual
Studio
projects
[
QTBUG
-
40351
]
#
#
We
have
to
special
case
Windows
debug_and_release
builds
because
you
can
'
t
have
files
#
which
are
only
in
the
debug
variant
[
QTBUG
-
40351
].
So
in
this
case
we
include
unit
tests
#
even
in
the
release
variant
.
If
you
want
a
Windows
release
build
with
no
unit
tests
run
#
qmake
with
CONFIG
-=
debug_and_release
CONFIG
+=
release
.
#
DebugBuild
|
WindowsDebugAndRelease
{
INCLUDEPATH
+=
\
src
/
qgcunittest
...
...
@@ -778,3 +790,5 @@ SOURCES += \
src
/
qgcunittest
/
TCPLoopBackServer
.
cc
\
src
/
qgcunittest
/
QGCUASFileManagerTest
.
cc
\
src
/
qgcunittest
/
PX4RCCalibrationTest
.
cc
}
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