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
0bbbaa43
Commit
0bbbaa43
authored
Jun 15, 2018
by
Patrick José Pereira
Browse files
qgroundcontrol: Use qtquickcompiler by default
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
bb40dd6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
0bbbaa43
...
...
@@ -56,7 +56,6 @@ iOSBuild {
error
(
"Error building .plist file. 'ForAppStore' builds are only possible through the official build system."
)
}
QT
+=
qml
-
private
CONFIG
+=
qtquickcompiler
QMAKE_INFO_PLIST
=
$$
{
BASEDIR
}
/
ios
/
iOSForAppStore
-
Info
.
plist
OTHER_FILES
+=
$$
{
BASEDIR
}
/
ios
/
iOSForAppStore
-
Info
.
plist
}
else
{
...
...
@@ -203,6 +202,7 @@ LinuxBuild {
CONFIG
+=
qt
\
thread
\
c
++
11
\
qtquickcompiler
\
contains
(
DEFINES
,
ENABLE_VERBOSE_OUTPUT
)
{
message
(
"Enable verbose compiler output (manual override from command line)"
)
...
...
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