forked from scriptum/Cheetah-Texture-Packer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtile.windows.pro
executable file
·68 lines (59 loc) · 1.78 KB
/
tile.windows.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-29T22:23:49
#
#-------------------------------------------------
QT += core gui
TARGET = cheetah-texture-packer
QT_VERSION=$$[QT_VERSION]
contains(QT_VERSION, "^5.*") {
QT += widgets
} else {
}
TEMPLATE = app
INCLUDEPATH += src
//DEFINES += _ATL_NATIVE_INITIALIZATION
SOURCES += src/main.cpp\
src/mainwindow.cpp \
src/widgets/view.cpp \
src/imagepacker.cpp \
src/imagecrop.cpp \
src/maxrects.cpp \
src/qimagesection.cpp \
src/support.cpp \
src/parsearguments.cpp \
src/widgets/qclickablelabel.cpp \
src/settingspanel.cpp \
src/preferences/rotationsettings.cpp \
src/preferences/sortsettings.cpp \
src/preferences/heuristicsettings.cpp \
src/superxbrscaler.cpp \
src/imagescaler.cpp \
src/widgets/qimageview.cpp \
src/rendering/brushes.cpp \
src/preferences/sizeconstraintsettings.cpp \
src/preferences/scalesettings.cpp \
src/inputimage.cpp
HEADERS += src/mainwindow.h \
src/widgets/view.h \
src/imagepacker.h \
src/maxrects.h \
src/qimagesection.h \
src/support.h \
src/parsearguments.h \
src/widgets/qclickablelabel.h \
src/settingspanel.h \
src/preferences/rotationsettings.h \
src/preferences/sortsettings.h \
src/preferences/heuristicsettings.h \
src/superxbrscaler.h \
src/imagescaler.h \
src/widgets/qimageview.h \
src/rendering/brushes.h \
src/preferences/sizeconstraintsettings.h \
src/widgets/qconstrainedspinbox.hpp \
src/preferences/scalesettings.h \
src/inputimage.h \
src/qimageptr.hpp
FORMS += src/mainwindow.ui
TRANSLATIONS += src/tile_ru.ts