修改cmake
This commit is contained in:
parent
9debdc84b8
commit
0d08d59cf1
@ -227,6 +227,7 @@ set(RESOURCES_FILES
|
||||
res/image/components/ico_font.png
|
||||
res/image/components/map/ico_phone.png
|
||||
res/image/components/map/ico_nav.png
|
||||
res/qml/DB/database.js
|
||||
Gallery_zh_CN.qm
|
||||
Gallery_en_US.qm
|
||||
)
|
||||
|
@ -53,7 +53,7 @@ Item {
|
||||
Layout.preferredWidth: 500
|
||||
Layout.preferredHeight: 60230
|
||||
id: webQues
|
||||
url: "http://localhost:8077/maptool/" // http://123.6.102.119:85/
|
||||
url: "http://123.6.102.119:85/maptool/" // http://123.6.102.119:85/
|
||||
settings.localContentCanAccessRemoteUrls: true
|
||||
settings.localContentCanAccessFileUrls: false
|
||||
settings.pluginsEnabled: false
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "AppInfo.h"
|
||||
#include "SettingsHelper.h"
|
||||
#include "Log.h"
|
||||
#include <windows.h>
|
||||
#include <QtWebEngineQuick/qtwebenginequickglobal.h>
|
||||
|
||||
#ifdef FLUENTUI_BUILD_STATIC_LIB
|
||||
@ -21,6 +22,8 @@ int main(int argc, char *argv[]) {
|
||||
// qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--ignore-gpu-blacklist --enable-gpu --vsync-interval=7 --max-gum-fps='144'");
|
||||
// qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-frame-rate-limit");
|
||||
|
||||
// ShowWindow(GetConsoleWindow(), SW_SHOW);
|
||||
|
||||
qputenv("QT_QUICK_CONTROLS_CONF", ":/qt/qml/Gallery/qtquickcontrols2.conf");
|
||||
QGuiApplication::setOrganizationName(PROJECT_COMPANY);
|
||||
QGuiApplication::setOrganizationDomain(PROJECT_DOMAIN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user