VirtualBox

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

Last change on this file since 2587 was 382, checked in by vboxsync, 18 years ago

export to OSE again

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 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 InnoTek Systemberatung 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#
16# If you received this file as part of a commercial VirtualBox
17# distribution, then only the terms of your commercial VirtualBox
18# license agreement apply instead of the previous paragraph.
19#
20
21TEMPLATE = app
22
23os2:TARGET = VirtualBox_2
24win32:TARGET = VirtualBox_w
25x11:TARGET = VirtualBox_x
26
27CONFIG -= debug
28CONFIG += qt warn_on release console
29
30DEFINES += VBOX_DEBUG VBOX_CHECK_STATE
31#win32:CONFIG += debug
32
33DEPENDPATH += include ../../../include
34INCLUDEPATH += include ../../../include
35
36HEADERS += \
37 include/COM.h \
38 include/CIShared.h \
39 include/QIWidgetValidator.h \
40 include/VMConfigObject.h \
41 include/VMManager.h \
42 include/VMNamespace.h \
43 include/VBoxGlobal.h \
44 include/VBoxSelectorWnd.h \
45 include/VBoxConsoleView.h \
46 include/VBoxConsoleWnd.h \
47 include/VBoxToolBar.h \
48 include/VBoxVMListBox.h
49
50SOURCES += \
51 src/COM.cpp \
52 src/main.cpp \
53 src/QIWidgetValidator.cpp \
54 src/VMConfigObject.cpp \
55 src/VMManager.cpp \
56 src/VBoxGlobal.cpp \
57 src/VBoxSelectorWnd.cpp \
58 src/VBoxConsoleView.cpp \
59 src/VBoxConsoleWnd.cpp \
60 src/VBoxVMListBox.cpp
61
62# Qt Designer project file
63# we need it to be separate from the main project file
64include( VBoxUI.pro )
65
66TRANSLATIONS = \
67 vboxgui_de.ts \
68 vboxgui_ru.ts
69
70UI_DIR = .ui
71MOC_DIR = .moc
72# we use "ob" instead of "obj" because of the MINGW generator bug
73# (it replaces "obj" it with "o" in the clean target)
74os2:OBJECTS_DIR = .ob/os2
75win32:OBJECTS_DIR = .ob/win32
76x11:OBJECTS_DIR = .ob/x11
77
78# Qt library dependencies
79os2:PRE_TARGETDEPS += $(QTDIR)\lib\libqt-mt.a
80#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