-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyakala.pro
52 lines (43 loc) · 1.49 KB
/
yakala.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-02-02T14:20:55
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = yakala
TEMPLATE = app
INCLUDEPATH += include/
INCLUDEPATH += include/systemmanager
SOURCES += src/main.cpp \
src/mainwindow.cpp \
src/thread_systeminfo.cpp \
src/qcustomplot.cpp \
src/systemmanager/aliases.cpp \
src/systemmanager/filesearch.cpp \
src/systemmanager/networksearch.cpp \
src/systemmanager/systeminfo.cpp \
src/systemmanager/environment.cpp \
src/systemmanager/processes.cpp \
src/systemmanager/sockets.cpp \
src/systemmanager/packages.cpp
HEADERS += include/main.h \
include/mainwindow.h \
include/thread_systeminfo.h \
include/qcustomplot.h \
include/systemmanager/aliases.h \
include/systemmanager/filesearch.h \
include/systemmanager/networksearch.h \
include/systemmanager/systeminfo.h \
include/systemmanager/environment.h \
include/systemmanager/processes.h \
include/systemmanager/sockets.h \
include/systemmanager/packages.h
FORMS += forms/mainwindow.ui
RESOURCES += \
resources/resources.qrc
DESTDIR = build
OBJECTS_DIR = build
MOC_DIR = build
RCC_DIR = build
UI_DIR = build