forked from thelineva/tvkaistagui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtvkaista.pro
58 lines (58 loc) · 1.45 KB
/
tvkaista.pro
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# -------------------------------------------------
# Project created by QtCreator 2010-12-14T11:39:12
# -------------------------------------------------
QT += core \
gui \
xml \
network
TARGET = tvkaistagui
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
tvkaistaclient.cpp \
channelfeedparser.cpp \
channel.cpp \
programme.cpp \
programmetableparser.cpp \
htmlparser.cpp \
cache.cpp \
programmetablemodel.cpp \
settingsdialog.cpp \
downloader.cpp \
downloadtablemodel.cpp \
downloaddelegate.cpp \
programmefeedparser.cpp \
aboutdialog.cpp \
screenshotwindow.cpp \
thumbnail.cpp \
texteditordialog.cpp
HEADERS += mainwindow.h \
tvkaistaclient.h \
channelfeedparser.h \
channel.h \
programme.h \
programmetableparser.h \
htmlparser.h \
cache.h \
programmetablemodel.h \
settingsdialog.h \
downloader.h \
downloadtablemodel.h \
downloaddelegate.h \
programmefeedparser.h \
aboutdialog.h \
screenshotwindow.h \
thumbnail.h \
texteditordialog.h
FORMS += mainwindow.ui \
settingsdialog.ui \
aboutdialog.ui \
screenshotwindow.ui \
texteditordialog.ui
RESOURCES += images.qrc
RC_FILE = tvkaista.rc
TRANSLATIONS = translations/qt_fi.ts
VERSION = 1.2.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
unix:DEFINES += TVKAISTAGUI_TRANSLATIONS_DIR=\\\"/usr/share/tvkaistagui/translations\\\"
macx:CONFIG += x86 x86_64 ppc