You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested example of your project using widgets_qt, however when I tried to use it in my project to test it this error occurred: My project test:here
output:
error: sources\mainwindow.cpp:9:10: fatal error: headers/tcontainer.hpp: No such file or directory
#include "headers/tcontainer.hpp"
^~~~~~~~~~~~~~~~~~~~~~~~
script:
-- add modes: debug and release add_rules("mode.debug", "mode.release")
set_languages("c99", "cxx17")
-- add targettarget("qt_demo")
-- add rulesadd_rules("qt.application")
-- add headers--set_headerdir("$(pwd)/headers")add_headerfiles("headers/*.hpp")
-- add filesadd_files("*.cpp", "sources/*.cpp")
-- add files with Q_OBJECT meta (only for qt.moc)add_files("headers/mainwindow.h")
-- add frameworksadd_frameworks("QtWidgets")
I tried to see more information about the command add_headerfiles but content is in Chinese and I do not understand.
In fact, the set_language command does not change cxx11 to cxx17 or later.
The text was updated successfully, but these errors were encountered:
I tested example of your project using widgets_qt, however when I tried to use it in my project to test it this error occurred:
My project test: here
output:
script:
I tried to see more information about the command
add_headerfiles
but content is in Chinese and I do not understand.In fact, the
set_language
command does not change cxx11 to cxx17 or later.The text was updated successfully, but these errors were encountered: