This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathornplugin.pro
79 lines (72 loc) · 1.96 KB
/
ornplugin.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
74
75
76
77
78
79
TEMPLATE = lib
TARGET = ornplugin
QT += qml quick dbus
CONFIG += qt plugin static c++11
CONFIG(release, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT
VERSION = 0.1
TARGET = $$qtLibraryTarget($$TARGET)
QMAKE_MOC_OPTIONS += -Muri=harbour.orn
include(include_packagekit.pri)
DEFINES += \
ORN_LIB_VERSION=\\\"$$VERSION\\\"
SOURCES += \
src/orn_plugin.cpp \
src/orn.cpp \
src/ornapirequest.cpp \
src/ornclient.cpp \
src/ornabstractlistmodel.cpp \
src/ornabstractappsmodel.cpp \
src/ornrecentappsmodel.cpp \
src/ornuserappsmodel.cpp \
src/orncommentsmodel.cpp \
src/ornrepomodel.cpp \
src/ornproxymodel.cpp \
src/ornapplication.cpp \
src/ornapplistitem.cpp \
src/orncommentlistitem.cpp \
src/ornsearchappsmodel.cpp \
src/orncategoriesmodel.cpp \
src/orncategorylistitem.cpp \
src/orncategoryappsmodel.cpp \
src/orninstalledappsmodel.cpp \
src/ornbookmarksmodel.cpp \
src/ornbackup.cpp \
src/ornpm.cpp \
src/ornpackageversion.cpp \
src/orntagsmodel.cpp \
src/orntaglistitem.cpp \
src/orntagappsmodel.cpp
HEADERS += \
src/orn_plugin.h \
src/orn.h \
src/ornapirequest.h \
src/ornclient.h \
src/ornabstractlistmodel.h \
src/ornabstractlistitem.h \
src/ornabstractappsmodel.h \
src/ornrecentappsmodel.h \
src/ornuserappsmodel.h \
src/orncommentsmodel.h \
src/ornrepomodel.h \
src/ornproxymodel.h \
src/ornapplication.h \
src/ornapplistitem.h \
src/orncommentlistitem.h \
src/ornsearchappsmodel.h \
src/orncategoriesmodel.h \
src/orncategorylistitem.h \
src/orncategoryappsmodel.h \
src/orninstalledappsmodel.h \
src/ornbookmarksmodel.h \
src/ornbackup.h \
src/ornpm.h \
src/ornpm_p.h \
src/ornpackageversion.h \
src/orninstalledpackage.h \
src/ornrepo.h \
src/orntagsmodel.h \
src/orntaglistitem.h \
src/orntagappsmodel.h
OTHER_FILES += \
qmldir \
scripts/update_categories.py