Changeset 58458 in vbox
- Timestamp:
- Oct 28, 2015 5:44:15 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103760
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r58400 r58458 317 317 dh_link 318 318 ifeq ($(DEBUG),) 319 dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQt NetworkVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so319 dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so 320 320 endif 321 321 mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r57499 r58458 336 336 libQtCoreVBox.so.4 \ 337 337 libQtGuiVBox.so.4 \ 338 libQtNetworkVBox.so.4 \339 338 $(if $(VBOX_GUI_USE_QGL),libQtOpenGLVBox.so.4,) \ 340 339 accessible/libqtaccessiblewidgets.so,)) \ -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r56299 r58458 274 274 <File Id="file_QtGuiVBox4.dll" Name="QtGuiVBox4.dll" 275 275 Source="$(env.PATH_OUT)\bin\QtGuiVBox4.dll" /> 276 <File Id="file_QtNetworkVBox4.dll" Name="QtNetworkVBox4.dll"277 Source="$(env.PATH_OUT)\bin\QtNetworkVBox4.dll" />278 276 <?endif ?> 279 277 <?if $(env.VBOX_WITH_DEBUGGER_GUI) = "yes" ?>
Note:
See TracChangeset
for help on using the changeset viewer.