1
#-------------------------------------------------
3
# Project created by QtCreator 2015-01-26T09:16:38
5
#-------------------------------------------------
9
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
11
TARGET = processmanager
14
INCLUDEPATH += ../processmanager
16
CONFIG += link_pkgconfig
17
PKGCONFIG += libgtop-2.0
19
UI_DIR += $$PWD/../tmp/processmanager/
21
RCC_DIR += $$PWD/../tmp/processmanager/
23
MOC_DIR += $$PWD/../tmp/processmanager/
25
OBJECTS_DIR = $$PWD/../obj/processmanager
28
target.source += $$TARGET
29
target.path = /var/lib/youker-assistant-daemon/libs/
33
../component/plugininterface.h \
40
../component/alertdialog.h \
41
../component/toolkits.h \
42
../component/utils.h \
43
../component/kylintitlebar.h \
44
../component/systembutton.h
52
../component/alertdialog.cpp \
53
../component/toolkits.cpp \
54
../component/kylintitlebar.cpp \
55
../component/systembutton.cpp
58
../component/alertdialog.ui