-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCPUExSolver.pro
More file actions
45 lines (38 loc) · 827 Bytes
/
Copy pathCPUExSolver.pro
File metadata and controls
45 lines (38 loc) · 827 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2012-02-03T20:52:10
#
#-------------------------------------------------
QT += core gui
TARGET = CPUExSolver
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
aboutdialog.cpp \
edit.cpp \
file.cpp \
projectview.cpp \
help.cpp \
run.cpp \
finddialog.cpp \
configdialog.cpp \
config.cpp \
solver.cpp \
solverdialog.cpp \
generatingdialog.cpp
HEADERS += mainwindow.h \
global.h \
aboutdialog.h \
linker.h \
finddialog.h \
configdialog.h \
solverdialog.h \
generatingdialog.h
FORMS += mainwindow.ui \
aboutdialog.ui \
finddialog.ui \
configdialog.ui \
solverdialog.ui \
generatingdialog.ui
RESOURCES += \
resources.qrc