This commit is contained in:
parent
8d4ebee3a1
commit
bce19e3dc1
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -6,7 +6,7 @@
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/build/_deps/kylin-src/Universal",
|
||||
"/opt/Libraries/boost_1_86_0/include",
|
||||
"/opt/Libraries/wt-4.11.0/include",
|
||||
"/opt/Libraries/wt-4.11.1/include",
|
||||
"/opt/Libraries/ZLMediaKit/include"
|
||||
],
|
||||
"defines": [],
|
||||
|
@ -20,9 +20,9 @@ Hello::Hello(const Wt::WEnvironment &env, Wt::Dbo::SqlConnectionPool &connection
|
||||
m_session = std::make_unique<Session>(connectionPool);
|
||||
m_session->login().changed().connect(this, &Hello::authEvent);
|
||||
setTitle("Hello world");
|
||||
setTheme(std::make_shared<Wt::WBootstrap2Theme>());
|
||||
Wt::WContainerWidget *top = nullptr;
|
||||
if (!embedded) {
|
||||
setTheme(std::make_shared<Wt::WBootstrap2Theme>());
|
||||
top = root();
|
||||
} else {
|
||||
std::unique_ptr<Wt::WContainerWidget> topPtr = std::make_unique<Wt::WContainerWidget>();
|
||||
|
@ -23,7 +23,7 @@ function cmake_scan() {
|
||||
function build() {
|
||||
# reset
|
||||
# pkill -9 HttpServer
|
||||
# cp -r /opt/Libraries/wt-4.11.0/share/Wt/* ./build
|
||||
# cp -r /opt/Libraries/wt-4.11.1/share/Wt/* ./build
|
||||
|
||||
if [ ! -f "${build_path}/CMakeCache.txt" ]; then
|
||||
cmake_scan
|
||||
|
Loading…
Reference in New Issue
Block a user