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

« back to all changes in this revision

Viewing changes to shredmanager/shredmanager.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 = shredmanager
12
 
TEMPLATE = lib
13
 
CONFIG += plugin
14
 
INCLUDEPATH += ../shredmanager
15
 
DESTDIR = ../libs
16
 
 
17
 
UI_DIR += $$PWD/../tmp/shredmanager/
18
 
 
19
 
RCC_DIR += $$PWD/../tmp/shredmanager/
20
 
 
21
 
MOC_DIR += $$PWD/../tmp/shredmanager/
22
 
 
23
 
OBJECTS_DIR = $$PWD/../obj/shredmanager
24
 
 
25
 
target.source += $$TARGET
26
 
target.path = /var/lib/youker-assistant-daemon/libs/
27
 
INSTALLS +=target
28
 
 
29
 
HEADERS += \
30
 
    filewipe.h \
31
 
    ../component/plugininterface.h \
32
 
    shredmanager.h \
33
 
    shreddialog.h \
34
 
    ../component/toolkits.h \
35
 
    ../component/alertdialog.h \
36
 
    ../component/utils.h \
37
 
    ../component/toolkits.h \
38
 
    ../component/kylintitlebar.h \
39
 
    ../component/systembutton.h \
40
 
    ../component/kylineditbutton.h
41
 
 
42
 
SOURCES += \
43
 
    filewipe.cpp \
44
 
    shredmanager.cpp \
45
 
    shreddialog.cpp \
46
 
    ../component/alertdialog.cpp \
47
 
    ../component/toolkits.cpp \
48
 
    ../component/kylintitlebar.cpp \
49
 
    ../component/systembutton.cpp \
50
 
    ../component/kylineditbutton.cpp
51
 
 
52
 
FORMS += \
53
 
    ../component/alertdialog.ui
54
 
 
55
 
RESOURCES += \
56
 
    ../mainui/img.qrc