-
Notifications
You must be signed in to change notification settings - Fork 0
/
mtafsir.pro
73 lines (58 loc) · 1.92 KB
/
mtafsir.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-09-03T10:48:54
#
#-------------------------------------------------
QT += core gui sql printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = mtafsir
TEMPLATE = app
DESTDIR = usr/bin
SOURCES += main.cpp\
mainwindow.cpp \
database.cpp \
dialogoptions.cpp \
buttoncolor.cpp
HEADERS += mainwindow.h \
database.h \
dialogoptions.h \
buttoncolor.h
FORMS += mainwindow.ui \
dialogoptions.ui \
dialogAbout.ui
RESOURCES += \
images.qrc
# install
MKDIR = mkdir -p /usr/share/mtafsir
data.files =usr/share/mtafsir*
data.path=/usr/share/
desktopfile.files = mtafsir.desktop
desktopfile.path = /usr/share/applications
icon.files = usr/share/icons/hicolor/22x22/apps/mtafsir.png
icon.path = /usr/share/icons/hicolor/22x22/apps
icon1.files = usr/share/icons/hicolor/24x24/apps/mtafsir.png
icon1.path = /usr/share/icons/hicolor/24x24/apps
icon2.files = usr/share/icons/hicolor/32x32/apps/mtafsir.png
icon2.path = /usr/share/icons/hicolor/32x32/apps
icon3.files = usr/share/icons/hicolor/48x48/apps/mtafsir.png
icon3.path = /usr/share/icons/hicolor/48x48/apps
icon4.files = usr/share/icons/hicolor/64x64/apps/mtafsir.png
icon4.path = /usr/share/icons/hicolor/64x64/apps
icon5.files = usr/share/icons/hicolor/96x96/apps/mtafsir.png
icon5.path = /usr/share/icons/hicolor/96x96/apps
icon6.files = usr/share/icons/hicolor/128x128/apps/mtafsir.png
icon6.path = /usr/share/icons/hicolor/128x128/apps
icon7.files = usr/share/icons/hicolor/scalable/apps/mtafsir.svg
icon7.path = /usr/share/icons/hicolor/scalable/apps
target.path = /usr/bin
INSTALLS += data \
target \
desktopfile\
icon\
icon1\
icon2\
icon3\
icon4\
icon5\
icon6\
icon7\