Changeset 10152 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 3, 2008 12:50:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r10150 r10152 88 88 89 89 VBOX_MODULE_QT4 = QtCore QtGui 90 #QtNetwork91 90 VBOX_DEFS_QT4 = QT_CORE_LIB QT_GUI_LIB 92 #QT_NETWORK_LIB93 # @todo: remove later: this is necessary only as long as Qt3Support is necessary94 # (it links to them)95 #VBOX_MODULE_QT4 += Qt3Support QtSql QtXml96 #VBOX_DEFS_QT4 += QT_QT3SUPPORT_LIB QT_SQL_LIB QT_XML_LIB97 91 98 92 ifeq ($(KBUILD_TARGET),darwin) … … 140 134 endif 141 135 142 # Warn about all what you know about porting qt3->qt4.143 # Disable this if you like to see something on your screen.144 #VBOX_DEFS_QT4 += QT3_SUPPORT_WARNINGS145 136 # Some default defs 146 #VBOX_DEFS_QT4 += QT3_SUPPORT QT_SHARED HAVE_CONFIG_H QT_NO_DEBUG147 137 VBOX_DEFS_QT4 += QT_SHARED HAVE_CONFIG_H QT_NO_DEBUG 148 138
Note:
See TracChangeset
for help on using the changeset viewer.