提交 bee3b5e6 编写于 作者: O openharmony_ci 提交者: Gitee

!131 【工具优化】UI模拟器qt工程,修改代码后需要重新构建

Merge pull request !131 from 邓志豪/weekly_20210506
......@@ -20,8 +20,8 @@
namespace OHOS {
#if defined QT_COMPILER
#define IMAGE_DIR "..\\simulator\\config\\images\\"
#define FACE_DIR "..\\simulator\\config\\faces\\default\\"
#define IMAGE_DIR "..\\..\\simulator\\config\\images\\"
#define FACE_DIR "..\\..\\simulator\\config\\faces\\default\\"
#elif defined _WIN32
#define IMAGE_DIR "..\\config\\images\\"
#define FACE_DIR "..\\config\\faces\\default\\"
......@@ -67,4 +67,4 @@ namespace OHOS {
#define TEST_RIGHT_ARROW (IMAGE_DIR "ic_arrow_right.png")
#define TEST_BACK_LEFT_ARROW (IMAGE_DIR "ic_back.png")
} // namespace OHOS
#endif // TEST_RESOURCE_CONFIG_H
\ No newline at end of file
#endif // TEST_RESOURCE_CONFIG_H
......@@ -10,6 +10,4 @@ SUBDIRS += \
third_party/zlib \
third_party/libpng \
third_party/qrcodegen \
libui \
test \
uitest/UITest.pro
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
......
......@@ -19,8 +19,6 @@ DEFINES += QT_DEPRECATED_WARNINGS
DESTDIR = ../../libs
SOURCES += \
../../../../../../../../third_party/harfbuzz/src/hb-aat-layout.cc \
../../../../../../../../third_party/harfbuzz/src/hb-aat-map.cc \
../../../../../../../../third_party/harfbuzz/src/hb-aat-layout.cc \
../../../../../../../../third_party/harfbuzz/src/hb-aat-map.cc \
../../../../../../../../third_party/harfbuzz/src/hb-blob.cc \
......
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
......
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
......
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
......@@ -38,3 +36,5 @@ SOURCES += \
INCLUDEPATH += \
../../../../../../../../third_party/libpng \
../../../../../../../../third_party/zlib
LIBS += $${DESTDIR}/zlib.dll
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
......
CONFIG -= qt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册