build: gitlab-ci names for artifacts

* names for gitlab artifacts
* fix Linux package qt platforms lib
This commit is contained in:
Andreas Stallinger
2017-05-10 16:09:43 +02:00
parent 960ca6703e
commit d100aca5fc
3 changed files with 16 additions and 14 deletions
+5 -7
View File
@@ -96,13 +96,11 @@ function(AddSharedToComponent componentName)
GetAndInstallLibrary(libdrm.so ${componentName})
GetAndInstallLibrary(libXau.so ${componentName})
if ( $ENV{QT_DIR})
INSTALL(DIRECTORY
$ENV{QT_DIR}/plugins/platforms
DESTINATION Sourcetrail/lib
COMPONENT ${componentName}
)
endif()
INSTALL(DIRECTORY
$ENV{QT_DIR}/plugins/platforms
DESTINATION Sourcetrail/lib
COMPONENT ${componentName}
)
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/app/user
DESTINATION Sourcetrail