forked from oferkv/phototonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphototonic.pro
44 lines (35 loc) · 1.31 KB
/
phototonic.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
TEMPLATE = app
TARGET = phototonic
INCLUDEPATH += .
INCLUDEPATH += /usr/local/include
LIBS += -L/usr/local/lib -lexiv2
QT += widgets
QMAKE_CXXFLAGS += $$(CXXFLAGS)
QMAKE_CFLAGS += $$(CFLAGS)
QMAKE_LFLAGS += $$(LDFLAGS)
# Input
HEADERS += dialogs.h mainwindow.h thumbview.h imageview.h croprubberband.h global.h infoview.h \
fstree.h bookmarks.h dircompleter.h tags.h mdcache.h
SOURCES += dialogs.cpp main.cpp mainwindow.cpp thumbview.cpp imageview.cpp croprubberband.cpp \
global.cpp infoview.cpp fstree.cpp bookmarks.cpp dircompleter.cpp tags.cpp \
mdcache.cpp
RESOURCES += phototonic.qrc
target.path = /usr/bin/
icon.files = images/phototonic.png
icon.path = /usr/share/icons/hicolor/48x48/apps
icon16.files = images/icon16/phototonic.png
icon16.path = /usr/share/icons/hicolor/16x16/apps
iconPixmaps.files = images/icon16/phototonic.png
iconPixmaps.path = /usr/share/pixmaps
desktop.files = phototonic.desktop
desktop.path = /usr/share/applications
INSTALLS += target icon icon16 iconPixmaps desktop
TRANSLATIONS = translations/phototonic_en.ts \
translations/phototonic_pl.ts \
translations/phototonic_de.ts \
translations/phototonic_ru.ts \
translations/phototonic_cs.ts \
translations/phototonic_fr.ts \
translations/phototonic_bs.ts \
translations/phototonic_hr.ts \
translations/phototonic_sr.ts