-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaiPiao.pri
39 lines (36 loc) · 1.08 KB
/
CaiPiao.pri
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
# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Add-in.
# ------------------------------------------------------
# This is a reminder that you are using a generated .pro file.
# Remove it when you are finished editing this file.
message("You are running qmake on a generated .pro file. This may not work!")
HEADERS += ./mainwindow.h \
./Element.h \
./ElementUtils.h \
./Formula.h \
./ValueModelBase.h \
./baseValue.h \
./CustomDefine.h \
./DataUtils.h \
$$PWD/DebugUtils.h \
$$PWD/ui_mainwindow.h \
$$PWD/BaseValueFactory.h \
$$PWD/FormulaTest.h \
$$PWD/TrueFormula.h \
$$PWD/formulaui.h
SOURCES += ./main.cpp \
./mainwindow.cpp \
./Element.cpp \
./ElementUtils.cpp \
./Formula.cpp \
./ValueModelBase.cpp \
./baseValue.cpp \
./DataUtils.cpp \
$$PWD/DebugUtils.cpp \
$$PWD/ElementAllTag.cpp \
$$PWD/BaseValueFactory.cpp \
$$PWD/FormulaTest.cpp \
$$PWD/TrueFormula.cpp \
$$PWD/formulaui.cpp
FORMS += ./mainwindow.ui \
$$PWD/formulaui.ui