-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathqt-son.pro
executable file
·55 lines (44 loc) · 948 Bytes
/
qt-son.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
53
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-19T14:36:51
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qt-son
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
self_set.cpp \
graphicstest.cpp \
set_algorithm.cpp \
ap.cpp \
dot.cpp \
user.cpp \
self_youhua.cpp \
self_optimize_set.cpp \
eventbutton.cpp \
eventset.cpp \
timer.cpp \
introduce.cpp
HEADERS += mainwindow.h \
self_set.h \
graphicstest.h \
set_algorithm.h \
ap.h \
dot.h \
user.h \
self_youhua.h \
self_optimize_set.h \
eventbutton.h \
eventset.h \
timer.h \
introduce.h
FORMS += mainwindow.ui \
self_set.ui \
graphicstest.ui \
self_optimize_set.ui \
eventset.ui \
introduce.ui
RESOURCES += \
image/image.qrc