Changeset 26777 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 25, 2010 8:26:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r26769 r26777 301 301 ifdef VBOX_WITH_QTGUI 302 302 SOLARIS_QTLIBS = \ 303 libQtXmlVBox.so.4 \ 304 libQtSqlVBox.so.4 \ 305 libQt3SupportVBox.so.4 303 $(if $(VBOX_WITH_QT4_SUN),\ 304 libQtXmlVBox.so.4 \ 305 libQtSqlVBox.so.4 \ 306 libQt3SupportVBox.so.4,) 306 307 endif 307 308
Note:
See TracChangeset
for help on using the changeset viewer.