This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Thumbnailme.pro
136 lines (127 loc) · 3.62 KB
/
Thumbnailme.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# #####################################################################
# Automatically generated by qmake (2.01a) lun. 15. mars 22:45:38 2010
# #####################################################################
TEMPLATE = app
TARGET = Thumbnailme
VERSION = 3.5
DEPENDPATH += .
MOC_DIR = ./tmp/moc
OBJECTS_DIR = ./tmp/objects
RC_FILE += icon.rc
INCLUDEPATH += mtn\ffmpeg\include
INCLUDEPATH += mtn\gd-2.0.34-win32\include
LIBS += -LC:\Users\kwent\Desktop\Thumbnailme\mtn\ffmpeg\lib -lavcodec
LIBS += -LC:\Users\kwent\Desktop\Thumbnailme\mtn\ffmpeg\lib -lavformat
LIBS += -LC:\Users\kwent\Desktop\Thumbnailme\mtn\ffmpeg\lib -lswscale
LIBS += -LC:\Users\kwent\Desktop\Thumbnailme\mtn\ffmpeg\lib -lavutil
LIBS += -LC:\Users\kwent\Desktop\Thumbnailme\mtn\gd-2.0.34-win32\lib -lbgd
QT += opengl
QT += network
QT += xml
QT += help
QT += multimedia
QT += printsupport
# Input
HEADERS += ThumbnailListwidget.h \
clickablelineedit.h \
copyablelineedit.h \
ImageShackResultWidget.h \
ThumbnailEngine.h \
ImageShackUploadWidget.h \
About.h \
DockConf.h \
DockStyles.h \
MainWindow.h \
FontsSettingsTab.h \
GeneralSettingsTab.h \
ImageShackLoginWidget.h \
IniManager.h \
LanguagesSettingsTab.h \
NetworkSettingsTab.h \
PreviewGraphicView.h \
SettingsWidget.h \
SuccessDialog.h \
ConfigWidget.h \
defines.h \
DockTimeLine.h \
HelpWidget.h \
HelpBrowser.h \
ImageShackUploader/ImageShackUploader.hpp \
ImageShackUploader/ImageShackResponse.hpp \
ImageShackUploader/ImageShackObject.hpp \
ImageShackUploader/ImageShackError.hpp \
FontMapComboBox.h \
DockInputOutput.h \
ThumbnailItem.h \
QtHelper.h \
Qtcolorpicker/qtcolorpicker.h \
Qxt/qxtspanslider_p.h \
Qxt/qxtspanslider.h \
Qxt/qxtglobal.h \
Qxt/qxtconfigwidget_p.h \
Qxt/qxtconfigwidget.h \
Qxt/qxtconfigdialog_p.h \
Qxt/qxtconfigdialog.h \
mtn/fake_tchar.h \
mtn/mtn.h \
ThumbnailRunnable.h \
DockThreadsPool.h \
DockThreadsLog.h \
ThumbnailTreeItem.h
SOURCES += mtn/mtn.c \
ThumbnailListwidget.cpp \
clickablelineedit.cpp \
copyablelineedit.cpp \
ImageShackResultWidget.cpp \
ThumbnailEngine.cpp \
ImageShackUploadWidget.cpp \
About.cpp \
DockConf.cpp \
DockStyles.cpp \
MainWindow.cpp \
FontsSettingsTab.cpp \
GeneralSettingsTab.cpp \
ImageShackLoginWidget.cpp \
IniManager.cpp \
LanguagesSettingsTab.cpp \
main.cpp \
NetworkSettingsTab.cpp \
PreviewGraphicView.cpp \
SettingsWidget.cpp \
SuccessDialog.cpp \
ConfigWidget.cpp \
DockTimeLine.cpp \
HelpWidget.cpp \
HelpBrowser.cpp \
ImageShackUploader/ImageShackUploader.cpp \
ImageShackUploader/ImageShackResponse.cpp \
ImageShackUploader/ImageShackObject.cpp \
ImageShackUploader/ImageShackError.cpp \
FontMapComboBox.cpp \
DockInputOutput.cpp \
ThumbnailItem.cpp \
QtHelper.cpp \
Qtcolorpicker/qtcolorpicker.cpp \
Qxt/qxtspanslider.cpp \
Qxt/qxtconfigwidget.cpp \
Qxt/qxtconfigdialog.cpp \
ThumbnailRunnable.cpp \
DockThreadsPool.cpp \
DockThreadsLog.cpp \
ThumbnailTreeItem.cpp
FORMS += ImageShackUploadWidget.ui \
ImageShackResultWidget.ui \
copyablelineedit.ui
TRANSLATIONS += lang/thumbnailme_de.ts \
lang/thumbnailme_es.ts \
lang/thumbnailme_fr.ts \
lang/thumbnailme_nl.ts \
lang/thumbnailme_cz.ts \
lang/thumbnailme_it.ts \
lang/thumbnailme_hu.ts \
lang/thumbnailme_hr.ts \
lang/thumbnailme_en.ts \
lang/thumbnailme_pt.ts \
lang/thumbnailme_cn.ts \
lang/thumbnailme_ru.ts
RESOURCES += resources.qrc