-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheffy.pro
More file actions
55 lines (47 loc) · 1.14 KB
/
effy.pro
File metadata and controls
55 lines (47 loc) · 1.14 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2010-09-01T20:18:40
#
#-------------------------------------------------
TARGET = effy
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
viewwindow.cpp \
settingswindow.cpp \
qprolabel.cpp \
aboutwindow.cpp \
qpreviewscrollarea.cpp
HEADERS += mainwindow.h \
viewwindow.h \
settingswindow.h \
qprolabel.h \
aboutwindow.h \
qpreviewscrollarea.h
FORMS += mainwindow.ui \
viewwindow.ui \
settingswindow.ui \
aboutwindow.ui
OTHER_FILES += \
effy.conf \
icons/zoom-out.png \
icons/zoom-original.png \
icons/zoom-in.png \
icons/zoom-best-fit.png \
icons/view-fullscreen.png \
icons/rotate-right.png \
icons/rotate-left.png \
icons/go-previous.png \
icons/go-next.png \
icons/go-last.png \
icons/go-home.png \
icons/go-first.png \
icons/flip-vertical.png \
icons/flip-horizontal.png \
icons/emblem-system.png \
icons/icon.png
target.path = /usr/bin
INSTALLS += target
icons.path = /usr/share/effy/icons
icons.files = icons/*.png
INSTALLS += icons