~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to processmanager/processmanager.pro

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#-------------------------------------------------
2
 
#
3
 
# Project created by QtCreator 2015-01-26T09:16:38
4
 
#
5
 
#-------------------------------------------------
6
 
 
7
 
QT       += core gui
8
 
 
9
 
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
 
 
11
 
TARGET = processmanager
12
 
TEMPLATE = lib
13
 
CONFIG += plugin
14
 
INCLUDEPATH += ../processmanager
15
 
DESTDIR = ../libs
16
 
CONFIG += link_pkgconfig
17
 
PKGCONFIG += libgtop-2.0
18
 
 
19
 
UI_DIR += $$PWD/../tmp/processmanager/
20
 
 
21
 
RCC_DIR += $$PWD/../tmp/processmanager/
22
 
 
23
 
MOC_DIR += $$PWD/../tmp/processmanager/
24
 
 
25
 
OBJECTS_DIR = $$PWD/../obj/processmanager
26
 
 
27
 
 
28
 
target.source += $$TARGET
29
 
target.path = /var/lib/youker-assistant-daemon/libs/
30
 
INSTALLS +=target
31
 
 
32
 
HEADERS += \
33
 
    ../component/plugininterface.h \
34
 
    processmanager.h \
35
 
    processdialog.h \
36
 
    procman.h \
37
 
    procapp.h \
38
 
    util.h \
39
 
    filelist.h \
40
 
    ../component/alertdialog.h \
41
 
    ../component/toolkits.h \
42
 
    ../component/utils.h \
43
 
    ../component/kylintitlebar.h \
44
 
    ../component/systembutton.h
45
 
 
46
 
SOURCES += \
47
 
    processmanager.cpp \
48
 
    processdialog.cpp \
49
 
    procman.cpp \
50
 
    util.cpp \
51
 
    filelist.cc \
52
 
    ../component/alertdialog.cpp \
53
 
    ../component/toolkits.cpp \
54
 
    ../component/kylintitlebar.cpp \
55
 
    ../component/systembutton.cpp
56
 
 
57
 
FORMS += \
58
 
    ../component/alertdialog.ui
59
 
 
60
 
RESOURCES += \
61
 
    ../mainui/img.qrc