source: smplayer/trunk/src/smplayer.pro@ 93

Last change on this file since 93 was 93, checked in by Silvan Scherrer, 16 years ago

smplayer: 0.6.9

File size: 8.3 KB
RevLine 
[93]1TEMPLATE = app
2LANGUAGE = C++
3
4CONFIG += qt warn_on release
5
6QT += network xml
7
8RESOURCES = icons.qrc
9
10INCLUDEPATH += findsubtitles videopreview mpcgui
11DEPENDPATH += findsubtitles videopreview mpcgui
12
13#DEFINES += USE_QXT
14
15DEFINES += DOWNLOAD_SUBS
16
17HEADERS += guiconfig.h \
18 config.h \
19 constants.h \
20 svn_revision.h \
21 version.h \
22 global.h \
23 paths.h \
24 helper.h \
25 colorutils.h \
26 translator.h \
27 subtracks.h \
28 tracks.h \
29 titletracks.h \
30 discname.h \
31 extensions.h \
32 desktopinfo.h \
33 myprocess.h \
34 mplayerversion.h \
35 mplayerprocess.h \
36 infoprovider.h \
37 mplayerwindow.h \
38 mediadata.h \
39 audioequalizerlist.h \
40 mediasettings.h \
41 assstyles.h \
42 filters.h \
43 preferences.h \
44 filesettingsbase.h \
45 filesettings.h \
46 filesettingshash.h \
47 tvsettings.h \
48 images.h \
49 inforeader.h \
50 deviceinfo.h \
51 recents.h \
52 urlhistory.h \
53 core.h \
54 logwindow.h \
55 infofile.h \
56 seekwidget.h \
57 mytablewidget.h \
58 shortcutgetter.h \
59 actionseditor.h \
60 filechooser.h \
61 preferencesdialog.h \
62 mycombobox.h \
63 tristatecombo.h \
64 languages.h \
65 selectcolorbutton.h \
66 prefwidget.h \
67 prefgeneral.h \
68 prefdrives.h \
69 prefinterface.h \
70 prefperformance.h \
71 prefinput.h \
72 prefsubtitles.h \
73 prefadvanced.h \
74 prefplaylist.h \
75 preftv.h \
76 filepropertiesdialog.h \
77 playlist.h \
78 playlistpreferences.h \
79 playlistdock.h \
80 verticaltext.h \
81 eqslider.h \
82 videoequalizer.h \
83 audioequalizer.h \
84 myslider.h \
85 timeslider.h \
86 inputdvddirectory.h \
87 inputurl.h \
88 myaction.h \
89 myactiongroup.h \
90 myserver.h \
91 myclient.h \
92 filedialog.h \
93 inputmplayerversion.h \
94 about.h \
95 errordialog.h \
96 timedialog.h \
97 findsubtitles/simplehttp.h \
98 findsubtitles/osparser.h \
99 findsubtitles/findsubtitlesconfigdialog.h \
100 findsubtitles/findsubtitleswindow.h \
101 videopreview/videopreview.h \
102 videopreview/videopreviewconfigdialog.h \
103 favorites.h \
104 tvlist.h \
105 favoriteeditor.h \
106 basegui.h \
107 baseguiplus.h \
108 floatingwidget.h \
109 widgetactions.h \
110 toolbareditor.h \
111 defaultgui.h \
112 minigui.h \
113 mpcgui/mpcgui.h \
114 mpcgui/mpcstyles.h \
115 smplayer.h \