Changeset 8185 in vbox
- Timestamp:
- Apr 19, 2008 1:31:37 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r8184 r8185 180 180 include/VBoxProblemReporter.h \ 181 181 include/VBoxDownloaderWgt.h \ 182 include/VBoxNetworkFramework.h \ 183 include/VBoxAboutNonOSEDlg.h 182 include/VBoxNetworkFramework.h 184 183 185 184 # Sources containing local definitions of classes that use the Q_OBJECT macro … … 275 274 VirtualBox_QT_IMAGES += images/about_sun.png 276 275 VirtualBox_SOURCES += src/VBoxAboutNonOSEDlg.cpp 277 else 276 VirtualBox_QT_MOCHDRS += include/VBoxAboutNonOSEDlg.h 277 endif 278 # non-OSE version is always necessary for lupdate/lrelease 278 279 VirtualBox_QT_UISRCS += ui/VBoxAboutDlg.ui 279 endif280 280 281 281 ifneq ($(BUILD_TARGET),win) -
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r8184 r8185 258 258 # filter ported UI content 259 259 # 260 VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxAboutDlg.ui,$(VirtualBox_QT_UISRCS3))261 VirtualBox_QT_UISRCS4 += ui/VBoxAboutDlg.ui262 263 260 VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxCloseVMDlg.ui,$(VirtualBox_QT_UISRCS3)) 264 261 VirtualBox_QT_UISRCS4 += ui/VBoxCloseVMDlg.ui … … 438 435 include/VBoxTakeSnapshotDlg.h \ 439 436 include/VBoxSnapshotsWgt.h \ 440 include/VBoxVMLogViewer.h \ 441 include/VBoxAboutNonOSEDlg.h 437 include/VBoxVMLogViewer.h 442 438 443 439 # Sources containing local definitions of classes that use the Q_OBJECT macro … … 725 721 VirtualBox_QT_RC_OSE += $(shell $(SED) '/images/!d;{s/^.*\(images\/.*\)<.*$$/\1/}' VirtualBoxOSE.qrc) 726 722 VirtualBox_GENSRCS += $(PATH_VirtualBox)/ui/qrc_application_ose.cpp 727 VirtualBox_QT_UISRCS += ui/VBoxAboutDlg.ui728 723 else 729 724 VirtualBox_QT_RC_NON_OSE += $(shell $(SED) '/images/!d;{s/^.*\(images\/.*\)<.*$$/\1/}' VirtualBoxNonOSE.qrc) 730 725 VirtualBox_GENSRCS += $(PATH_VirtualBox)/ui/qrc_application_non_ose.cpp 731 726 VirtualBox_SOURCES += src/VBoxAboutNonOSEDlg.cpp 732 endif 727 VirtualBox_QT_MOCHDRS += include/VBoxAboutNonOSEDlg.h 728 endif 729 730 # non-OSE version is always necessary for lupdate/lrelease 731 VirtualBox_QT_UISRCS4 += ui/VBoxAboutDlg.ui 733 732 734 733 # Commit the magic.
Note:
See TracChangeset
for help on using the changeset viewer.