summaryrefslogtreecommitdiffstats
path: root/Subtitler.pro
blob: 0edc7a700164739b52275bb369500273284459af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -------------------------------------------------
# Project created by QtCreator 2009-08-08T16:53:38
# -------------------------------------------------
QT += network \
    webkit \
    phonon
TARGET = Subtitler
TEMPLATE = app
SOURCES += main.cpp \
    subtitlewizard.cpp \
    subtitlebrowserpage.cpp \
    qtiocompressor.cpp \
    subtitleparser.cpp \
    subtitlepreviewpage.cpp \
    moviefileselectorpage.cpp \
    moviedirectoryselectorpage.cpp \
    subtitlesavedpage.cpp
HEADERS += subtitlewizard.h \
    subtitlebrowserpage.h \
    qtiocompressor.h \
    subtitleparser.h \
    subtitlepreviewpage.h \
    moviefileselectorpage.h \
    moviedirectoryselectorpage.h \
    subtitlesavedpage.h