-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path360protect.pro
51 lines (43 loc) · 1.02 KB
/
360protect.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-05-30T23:51:50
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = 360protect
TEMPLATE = app
SOURCES += main.cpp\
my360button.cpp \
lowmainwindow.cpp \
upmainwindow.cpp \
mainwindow.cpp \
mainwindowswidup.cpp \
mainwindowswidlow.cpp \
abstmainwidget.cpp \
csxfwidget.cpp \
dnqlwidget.cpp \
yhjswidget.cpp \
maskmainwidget.cpp \
my360label.cpp \
trayiconmenu.cpp
HEADERS += \
my360button.h \
lowmainwindow.h \
upmainwindow.h \
mainwindow.h \
mainwindowswidup.h \
mainwindowswidlow.h \
abstmainwidget.h \
csxfwidget.h \
dnqlwidget.h \
yhjswidget.h \
maskmainwidget.h \
my360label.h \
trayiconmenu.h
FORMS +=
RESOURCES += \
upmainres.qrc \
lowmainres.qrc \
centerwindres.qrc \
trayiconmenures.qrc