-
Notifications
You must be signed in to change notification settings - Fork 16
/
pardus-store.pro
54 lines (41 loc) · 1.2 KB
/
pardus-store.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
QT += qml quick widgets svg network
CONFIG += c++11
SOURCES += src/main.cpp \
src/helper.cpp \
src/filehandler.cpp \
src/packagehandler.cpp \
src/applicationlistmodel.cpp \
src/networkhandler.cpp \
src/applicationdetail.cpp \
src/singleton.cpp \
src/dpkg-progress.cpp \
src/application.cpp
HEADERS += \
src/helper.h \
src/filehandler.h \
src/packagehandler.h \
src/iconprovider.h \
src/applicationlistmodel.h \
src/networkhandler.h \
src/applicationdetail.h \
src/singleton.h \
src/dpkg-progress.h \
src/application.h \
src/namfactory.h \
src/condition.h
TARGET = pardus-store
RESOURCES += qml.qrc file.qrc \
images.qrc \
translations.qrc
DEFINES += QT_DEPRECATED_WARNINGS
target.path = /usr/bin
desktop_file.files = pardus-store.desktop
desktop_file.path = /usr/share/applications/
icon.files = images/icon.svg
icon.commands = mkdir -p /usr/share/pardus/pardus-store
icon.path = /usr/share/pardus/pardus-store
policy.files = tr.org.pardus.pkexec.pardus-store.policy
policy.commands = mkdir -p /usr/share/polkit-1/actions
policy.path = /usr/share/polkit-1/actions
INSTALLS += target desktop_file icon policy
#LIBS += -lapt-pkg