Changeset 16174 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Jan 22, 2009 3:15:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r16166 r16174 3670 3670 Bstr type (aType); 3671 3671 3672 /* Qt 4is default */3673 #ifdef VBOX_WITH_QT 4GUI3674 if (type == "gui" || type == "GUI/Qt 4")3672 /* Qt is default */ 3673 #ifdef VBOX_WITH_QTGUI 3674 if (type == "gui" || type == "GUI/Qt") 3675 3675 { 3676 3676 # ifdef RT_OS_DARWIN /* Avoid Launch Services confusing this with the selector by using a helper app. */ … … 3691 3691 vrc = RTProcCreate (path, args, env, 0, &pid); 3692 3692 } 3693 #else /* !VBOX_WITH_QT 4GUI */3693 #else /* !VBOX_WITH_QTGUI */ 3694 3694 if (0) 3695 3695 ; 3696 #endif /* VBOX_WITH_QT 4GUI */3696 #endif /* VBOX_WITH_QTGUI */ 3697 3697 3698 3698 else
Note:
See TracChangeset
for help on using the changeset viewer.