- Timestamp:
- Jun 9, 2008 8:33:03 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r9495 r9524 133 133 else ifeq ($(KBUILD_TARGET),linux) 134 134 # when nothing special is defined, Q_OS_UNIX/Q_WS_X11 will be set 135 else ifeq ($(KBUILD_TARGET),darwin) 136 VBOX_MOC4 += -D__APPLE__ -D__GNUC__ 135 137 else 136 138 $(error Port me!) -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r9495 r9524 4386 4386 } 4387 4387 4388 #ifdef Q_WS_X114389 #include "VBoxGlobal.moc"4390 #endif
Note:
See TracChangeset
for help on using the changeset viewer.