odstraneni nekolika gui bugu, pridani librtmp, prepsani parseru na aktualni verzi...
[ctkuk.git] / CTKuK.pri
blob7c1b397dd0fe829e4340b6ea45c274e04cc063cb
1 # ----------------------------------------------------
2 # for WINDOWS
3 # ------------------------------------------------------
4 QT += network \
5     xml \
6     xmlpatterns \
7     phonon \
8     multimedia \
9     webkit \
10     svg
11 TARGET = CTKuK
12 DESTDIR = ../bin
13 OBJECTS_DIR = ../build
14 MOC_DIR = ../build
15 UI_DIR = ../build
16 RCC_DIR = ../build
17 TEMPLATE = app
18 HEADERS += ./bufferguard.h \
19     ./LinkInfo.h \
20     ./mainwindow.h \
21     ./mediavideowidget.h \
22     ./ShowInfo.h \
23     ./slider.h \
24     ./StreamBuffer.h \
25     ./StreamReciever.h \
26     ./timebufferedslider.h \
27     ./VideoInfo.h \
28     ./volumewidget.h \
29     ./WebEngine.h \
30     ./WebEngineError.h \
31     ./mplayer/af_format.h \
32     ./mplayer/asf.h \
33     ./mplayer/asf_mmst_streaming.h \
34     ./mplayer/asfguid.h \
35     ./mplayer/ass.h \
36     ./mplayer/ass_types.h \
37     ./mplayer/ass_utils.h \
38     ./mplayer/avstring.h \
39     ./mplayer/common.h \
40     ./mplayer/config.h \
41     ./mplayer/cookies.h \
42     ./mplayer/demuxer.h \
43     ./mplayer/help_mp.h \
44     ./mplayer/http.h \
45     ./mplayer/img_format.h \
46     ./mplayer/intreadwrite.h \
47     ./mplayer/m_option.h \
48     ./mplayer/m_struct.h \
49     ./mplayer/mem.h \
50     ./mplayer/mp_msg.h \
51     ./mplayer/network.h \
52     ./mplayer/stream.h \
53     ./mplayer/tcp.h \
54     ./mplayer/url.h \
55     ./mplayer/version.h \
56     ./dialogs/about/aboutdialog.h \
57     ./resource.h
58 SOURCES += ./bufferguard.cpp \
59     ./LinkInfo.cpp \
60     ./main.cpp \
61     ./mainwindow.cpp \
62     ./mediavideowidget.cpp \
63     ./ShowInfo.cpp \
64     ./slider.cpp \
65     ./StreamBuffer.cpp \
66     ./StreamReciever.cpp \
67     ./timebufferedslider.cpp \
68     ./VideoInfo.cpp \
69     ./volumewidget.cpp \
70     ./WebEngine.cpp \
71     ./WebEngineError.cpp \
72     ./mplayer/asf_mmst_streaming.c \
73     ./mplayer/asf_streaming.c \
74     ./mplayer/avstring.c \
75     ./mplayer/cookies.c \
76     ./mplayer/http.c \
77     ./mplayer/m_option.c \
78     ./mplayer/m_struct.c \
79     ./mplayer/mp_msg.c \
80     ./mplayer/network.c \
81     ./mplayer/stream.c \
82     ./mplayer/tcp.c \
83     ./mplayer/url.c \
84     ./dialogs/about/aboutdialog.cpp
85 RESOURCES += resources.qrc
86 CODECFORTR = UTF-8
87 CODECFORSRC = UTF-8
88 TRANSLATIONS = CTKuK_cs_CZ.ts
89 FORMS += dialogs/about/aboutdialog.ui
90 RC_FILE = CTKuK.rc