Browse Source

Minor changes to build scripts.

QGC4.4
Bryant 11 years ago
parent
commit
b7dc11b40c
  1. 2
      QGCSetup.pri
  2. 11
      qgroundcontrol.pro

2
QGCSetup.pri

@ -17,7 +17,7 @@ @@ -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

11
qgroundcontrol.pro

@ -140,13 +140,6 @@ WindowsBuild { @@ -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 { @@ -176,7 +169,7 @@ WindowsBuild {
}
#
# Build flavor specific settings
# Build-specific settings
#
DebugBuild {
@ -187,7 +180,7 @@ ReleaseBuild { @@ -187,7 +180,7 @@ ReleaseBuild {
DEFINES += QT_NO_DEBUG
WindowsBuild {
# Use link time code generation for beteer optimization (I believe this is supported in msvc express, but not 100% sure)
# Use link time code generation for better optimization (I believe this is supported in MSVC Express, but not 100% sure)
QMAKE_LFLAGS_LTCG = /LTCG
QMAKE_CFLAGS_LTCG = -GL
}

Loading…
Cancel
Save