Commit edce2126 authored by Daniel Agar's avatar Daniel Agar

qmake only copy linux libs for installer

parent 2c1e6a37
......@@ -99,6 +99,7 @@ WindowsBuild {
}
LinuxBuild {
installer {
QMAKE_POST_LINK += && mkdir -p $$DESTDIR/libs
# QT_INSTALL_LIBS
......@@ -132,8 +133,7 @@ LinuxBuild {
}
# QT_INSTALL_PLUGINS
QT_PLUGIN_LIST = \
platforms
QT_PLUGIN_LIST = platforms
!contains(DEFINES, __rasp_pi2__) {
QT_PLUGIN_LIST += xcbglintegrations
......@@ -148,5 +148,6 @@ LinuxBuild {
# QGroundControl start script
QMAKE_POST_LINK += && $$QMAKE_COPY $$BASEDIR/deploy/qgroundcontrol-start.sh $$DESTDIR
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment