~ubuntu-branches/ubuntu/precise/mupen64plus/precise

« back to all changes in this revision

Viewing changes to main/gui_qt4/gui_qt4.pro

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2009-09-08 22:17:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090908221700-yela0ckgc1xwiqtn
Tags: upstream-1.5+dfsg1
ImportĀ upstreamĀ versionĀ 1.5+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 
2
# *   Mupen64plus - gui_qt4.pro                                             *
 
3
# *   Mupen64Plus homepage: http://code.google.com/p/mupen64plus/           *
 
4
# *   Copyright (C) 2008 Slougi                                             *
 
5
# *                                                                         *
 
6
# *   This program is free software; you can redistribute it and/or modify  *
 
7
# *   it under the terms of the GNU General Public License as published by  *
 
8
# *   the Free Software Foundation; either version 2 of the License, or     *
 
9
# *   (at your option) any later version.                                   *
 
10
# *                                                                         *
 
11
# *   This program is distributed in the hope that it will be useful,       *
 
12
# *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 
13
# *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 
14
# *   GNU General Public License for more details.                          *
 
15
# *                                                                         *
 
16
# *   You should have received a copy of the GNU General Public License     *
 
17
# *   along with this program; if not, write to the                         *
 
18
# *   Free Software Foundation, Inc.,                                       *
 
19
# *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.          *
 
20
# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
21
 
 
22
TEMPLATE = lib
 
23
CONFIG += staticlib release
 
24
TARGET = 
 
25
DEPENDPATH += .
 
26
INCLUDEPATH += .
 
27
 
 
28
unix {
 
29
    CONFIG += link_pkgconfig
 
30
    PKGCONFIG += gtk+-2.0 sdl
 
31
}
 
32
 
 
33
# Input
 
34
HEADERS += globals.h \
 
35
           mainwidget.h \
 
36
           mainwindow.h \
 
37
           romdelegate.h \
 
38
           romdirectorieslistwidget.h \
 
39
           rominfodialog.h \
 
40
           rommodel.h \
 
41
           settingsdialog.h \
 
42
           starlabel.h \
 
43
           ../config.h \
 
44
           ../main.h \
 
45
           ../version.h \
 
46
           ../romcache.h \
 
47
           ../md5.h \
 
48
           ../plugin.h \
 
49
           ../winlnxdefs.h \
 
50
           ../util.h \
 
51
           ../savestates.h \
 
52
           ../rom.h \
 
53
           ../7zip/7zMain.h \
 
54
           ../7zip/7zIn.h \
 
55
           ../7zip/7zHeader.h \
 
56
           ../7zip/Types.h \
 
57
           ../7zip/7zItem.h \
 
58
           ../7zip/7zMethodID.h \
 
59
           ../7zip/7zBuffer.h \
 
60
           ../7zip/7zAlloc.h
 
61
FORMS += mainwidget.ui \
 
62
         mainwindow.ui \
 
63
         romdirectorieslistwidget.ui \
 
64
         rominfodialog.ui \
 
65
         settingsdialog.ui
 
66
SOURCES += globals.cpp \
 
67
           main.cpp \
 
68
           mainwidget.cpp \
 
69
           mainwindow.cpp \
 
70
           romdelegate.cpp \
 
71
           romdirectorieslistwidget.cpp \
 
72
           rominfodialog.cpp \
 
73
           rommodel.cpp \
 
74
           settingsdialog.cpp \
 
75
           starlabel.cpp \
 
76
           translate.cpp