Skip to content

Commit fb8e94b

Browse files
Merge pull request #4 from T-V-J/dev
FRD 5.6.3-alpha Developed
2 parents 8eb65c0 + cf6d1d1 commit fb8e94b

17 files changed

+1204
-356
lines changed

Fractal_Designer.pro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
44

55
CONFIG += c++11
66

7-
VERSION = 5.6.1.0
7+
VERSION = 5.6.3.0
88

99
# You can make your code fail to compile if it uses deprecated APIs.
1010
# In order to do so, uncomment the following line.
1111
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
1212

1313
SOURCES += \
14-
String_Complex.cpp \
14+
String_Evaluate.cpp \
1515
create_image_info.cpp \
1616
create_image_task.cpp \
1717
create_images_range.cpp \
@@ -23,6 +23,7 @@ SOURCES += \
2323
new_features.cpp \
2424
new_file.cpp \
2525
open_file.cpp \
26+
preview_setting.cpp \
2627
route_info.cpp \
2728
route_tool.cpp \
2829
search_result.cpp \
@@ -31,7 +32,7 @@ SOURCES += \
3132
version.cpp
3233

3334
HEADERS += \
34-
String_Complex.h \
35+
String_Evaluate.h \
3536
create_image_info.h \
3637
create_image_task.h \
3738
create_images_range.h \
@@ -42,6 +43,7 @@ HEADERS += \
4243
new_features.h \
4344
new_file.h \
4445
open_file.h \
46+
preview_setting.h \
4547
route_info.h \
4648
route_tool.h \
4749
search_result.h \
@@ -58,6 +60,7 @@ FORMS += \
5860
new_features.ui \
5961
new_file.ui \
6062
open_file.ui \
63+
preview_setting.ui \
6164
route_tool.ui \
6265
search_result.ui \
6366
template_2_settings.ui \

String_Complex.h

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)