VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro@ 4230

Last change on this file since 4230 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1#
2# VBox GUI: main Qt project file.
3#
4# NOTE: This file is NOT intended to be opened by Qt Designer!
5#
6# Copyright (C) 2006-2007 innotek GmbH
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License as published by the Free Software Foundation,
12# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13# distribution. VirtualBox OSE is distributed in the hope that it will
14# be useful, but WITHOUT ANY WARRANTY of any kind.
15
16TEMPLATE = app
17
18os2:TARGET = VirtualBox_2
19win32:TARGET = VirtualBox_w
20x11:TARGET = VirtualBox_x
21
22CONFIG -= debug
23CONFIG += qt warn_on release console
24
25DEFINES += VBOX_DEBUG VBOX_CHECK_STATE
26#win32:CONFIG += debug
27
28DEPENDPATH += include ../../../include
29INCLUDEPATH += include ../../../include
30
31HEADERS += \
32 include/COM.h \
33 include/CIShared.h \
34 include/QIWidgetValidator.h \
35 include/VMConfigObject.h \
36 include/VMManager.h \
37 include/VMNamespace.h \
38 include/VBoxGlobal.h \
39 include/VBoxSelectorWnd.h \
40 include/VBoxConsoleView.h \
41 include/VBoxConsoleWnd.h \
42 include/VBoxToolBar.h \
43 include/VBoxVMListBox.h
44
45SOURCES += \
46 src/COM.cpp \
47 src/main.cpp \
48 src/QIWidgetValidator.cpp \
49 src/VMConfigObject.cpp \
50 src/VMManager.cpp \
51 src/VBoxGlobal.cpp \
52 src/VBoxSelectorWnd.cpp \
53 src/VBoxConsoleView.cpp \
54 src/VBoxConsoleWnd.cpp \
55 src/VBoxVMListBox.cpp
56
57# Qt Designer project file
58# we need it to be separate from the main project file
59include( VBoxUI.pro )
60
61TRANSLATIONS = \
62 vboxgui_de.ts \
63 vboxgui_ru.ts
64
65UI_DIR = .ui
66MOC_DIR = .moc
67# we use "ob" instead of "obj" because of the MINGW generator bug
68# (it replaces "obj" it with "o" in the clean target)
69os2:OBJECTS_DIR = .ob/os2
70win32:OBJECTS_DIR = .ob/win32
71x11:OBJECTS_DIR = .ob/x11
72
73# Qt library dependencies
74os2:PRE_TARGETDEPS += $(QTDIR)\lib\libqt-mt.a
75#win32:PRE_TARGETDEPS += $(QTDIR)\lib\qt-mt331.lib
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette