Тёмный
LearnQtGuide
LearnQtGuide
LearnQtGuide
Подписаться
Tutorials and Video Courses about Qt , C++, Qt Quick and related technologies

----------------------Online Courses-----------------------------------

Qt,C++,QML: www.learnqt.guide/udemy-discounted-9/

----------------------Follow Us------------------------------------------
Website: www.learnqt.guide/
Twitter: twitter.com/learnqtguide
Facebook : facebook.com/learnqtguide

------------------------------------------
Install Qt6 on Windows
8:50
4 месяца назад
Install Qt6 on Linux Ubuntu 22.04
15:18
5 месяцев назад
Комментарии
@xiangcenwu6480
@xiangcenwu6480 22 часа назад
best video series on cmake, thanks!
@RezaMarz
@RezaMarz 4 дня назад
Thanks.
@practicallyalive
@practicallyalive 4 дня назад
I followed these steps (with QT version 6) and ran into the following error: "This application failed to start because no Qt Platform plugin could be initialized".
@bluephoenix9202
@bluephoenix9202 4 дня назад
thank you 💞
@nhanNguyen-wo8fy
@nhanNguyen-wo8fy 6 дней назад
9:50 12:14 13:41
@KarenSummers-k7g
@KarenSummers-k7g 7 дней назад
Smith Kenneth Hall Richard Hernandez Shirley
@nivesh6267
@nivesh6267 14 дней назад
Best series I could find on cmake. Small improvement. Can specify include directory path for library as just "include' without using CMAKE_CURRENT_SOURCE_DIR. If it works for add_library command, it works for other commands. ``` add_library(libmath STATIC supermath.cpp) target_include_directories(libmath PUBLIC include) ```
@theintjengineer
@theintjengineer 14 дней назад
It'd be nice if you added a CMake + C++20 Modules to the CMake Playlist. One using partitions [math primary module divided in add and mult module partitions] and one using implementation units [e.g. you have the interface in .ixx but defines it in a .cpp file. Just defines it. No `export` keyword. Like: `module <moduleyouareimplementing>; // definitions ]. Thank you.
@LearnQtGuide
@LearnQtGuide 14 дней назад
Thanks for the input. We're working on updates to C++23 using CMake Vcpkg and some other stuff and modules are used together with CMake. It'll be a few months before the videos are out in a course though. Wish me luck :-)
@theintjengineer
@theintjengineer 16 дней назад
Thanks, Daniel.
@LearnQtGuide
@LearnQtGuide 16 дней назад
My pleasure!
@PoetryInMotion946
@PoetryInMotion946 17 дней назад
Well explained 👏
@PoetryInMotion946
@PoetryInMotion946 17 дней назад
Awesome
@Smmmile
@Smmmile 18 дней назад
It really is a pleasure to see when you upload and this is a topic certainly worth the effort.
@mehrdad1700
@mehrdad1700 20 дней назад
hey Daniel I love you, brother.
@LearnQtGuide
@LearnQtGuide 18 дней назад
Thanks.
@theintjengineer
@theintjengineer 20 дней назад
First 🎉
@PoetryInMotion946
@PoetryInMotion946 21 день назад
Is a function similar to a method?
@PoetryInMotion946
@PoetryInMotion946 21 день назад
Cn u write program that will learn the pattern of given numbers and come with a formula?
@PoetryInMotion946
@PoetryInMotion946 21 день назад
Infinite loop ?
@PoetryInMotion946
@PoetryInMotion946 22 дня назад
Is Qt an IDE?🤔
@PoetryInMotion946
@PoetryInMotion946 22 дня назад
Daniel Gakwaya is very clear in his teaching 💯
@a_shotcaller
@a_shotcaller 25 дней назад
Mingw-w64?
@hgopalkrishnan
@hgopalkrishnan 26 дней назад
Great explanation!!
@HamzehAmirizadeh
@HamzehAmirizadeh Месяц назад
that is ausume this guid and pleas attach CMakeFileList and Preset Config and attach debugger configuration for VS Code in Ubuntu OS Required is This Guid
@envysrequiem
@envysrequiem Месяц назад
Thanks a lot
@jimwoodward7293
@jimwoodward7293 Месяц назад
This video was very helpful -- thank you very much!! Looking forward to going through the other videos.
@SofianMW
@SofianMW Месяц назад
awesome!!!
@arunarunalayam8037
@arunarunalayam8037 2 месяца назад
I can't find CMake Scan for Kits in the View Command Palette . I that specific Windows extension? I have CMake 3.30.1
@sal-b3d
@sal-b3d 2 месяца назад
thank you
@Popart-xh2fd
@Popart-xh2fd 2 месяца назад
No github link?
@mrj1997
@mrj1997 2 месяца назад
2:27 please cover FFmpeg one I relly need it, Thank you for all avideos. very useful
@nigelgear
@nigelgear 2 месяца назад
Great course!
@thestarinthesky_
@thestarinthesky_ 2 месяца назад
Great explanations. Thanks for sharing
@ertat-l7t
@ertat-l7t 2 месяца назад
thanks
@Exanizm
@Exanizm 2 месяца назад
Thank you very much. I am unable to express my overwhelming happiness. When that problem was solved and I was finally able to open my program manually and independently without having to go to Qt Creator, I screamed loudly from happiness and entered an intense state of joy. Thank you.
@zaiquiriw
@zaiquiriw 2 месяца назад
I can't get my compiler dependencies to get automatically added in :/. --compiler-runtime isn't workin.
@kerrynball2734
@kerrynball2734 2 месяца назад
Is QML just a wrapper of JavaScript?. It feels a bit that way
@Shinxbi__
@Shinxbi__ 3 месяца назад
I've got this error and I'm so confused: Exception has occurred: FATAL_ERROR CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1907 (message): Build step for fmt failed: 1 Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134:EVAL:2 (__FetchContent_doPopulation) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134 (cmake_language) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2373 (__FetchContent_Populate) CMakeLists.txt:14 (FetchContent_MakeAvailable) EDIT: upon looking into it more the fact i have this in my output could give more info [cmake] Performing download step (git clone) for 'fmt-populate' [cmake] Cloning into 'fmt-src'... [cmake] fatal: detected dubious ownership in repository at 'H:/C++ project/Cmake/build/_deps/fmt-src' [cmake] 'H:/C++ project/Cmake/build/_deps/fmt-src' is on a file system that does not record ownership [cmake] To add an exception for this directory, call: [cmake] git config --global --add safe.directory 'H:/C++ project/Cmake/build/_deps/fmt-src' [cmake] CMake Error at fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake:61 (message): [cmake] Failed to checkout tag: '10.1.1' so i ran the git config but i don't think it's working still?
@ahmedkhorchani9607
@ahmedkhorchani9607 2 месяца назад
the same error man!! did u find a solution or yet!!
@yangfeng-zq9li
@yangfeng-zq9li 3 месяца назад
Is there some lessons about find_package?
@siphiwekarimakwenda9313
@siphiwekarimakwenda9313 3 месяца назад
Please may you kindly assist me. When opening the terminal window (there is no option for terminal preview on my computer) I type in Qt as followed but unfortunately, the feed back says: the term is not recognised as the name of a cmdlet, function, script file, or operable program.
@default2043
@default2043 3 месяца назад
Amazing video! Qt Creator has a built-in preference section for clang-format, and I'm curious how this custom target and clang file would integrate with that. I would appreciate it if you could create a video demonstrating how to make this compatible with Qt Creator, as it behaves inconsistently-sometimes recognizing the file automatically and other times ignores it.
@leezylee0027
@leezylee0027 3 месяца назад
他真的想教会我www
@pankajkushwaha3793
@pankajkushwaha3793 3 месяца назад
nice explaination .
@dabunnisher29
@dabunnisher29 3 месяца назад
Duuuuuuuuuude! You are a lifesaver. Using your method, I was finally able to do this. Great explanation!!! Thank you!
@ekaal-amin5996
@ekaal-amin5996 3 месяца назад
thank you you save my day i thought there is no mirror flag i was failed to install qt due the network issue
@NickEnchev
@NickEnchev 3 месяца назад
Never understood why people start tutorials with "Let's create a new project!", most of us have a project, lets go! Its like if I taught somebody how to setup some windows feature and started my video with "Ok, let's start by installing windows"
@good-dev-student
@good-dev-student 3 месяца назад
Thank you I was asking how I can compile Qt cpp app in one exe with only used dependencies for example app have only a button why I would have huge file size ?
@LarryCook-ns7iq
@LarryCook-ns7iq 3 месяца назад
Very nice. Easy to understand.
@jayeshharishwadhwani347
@jayeshharishwadhwani347 3 месяца назад
Very very helpful. Thank you very much
@experiment-hz2fb
@experiment-hz2fb 3 месяца назад
The best (=
@experiment-hz2fb
@experiment-hz2fb 3 месяца назад
best cmake course out there :)
@JuanDavid-ug7hd
@JuanDavid-ug7hd 3 месяца назад
I tried it several times I can't get an english installer, only a japanese one
@vinayakpotadar4907
@vinayakpotadar4907 3 месяца назад
I am not getting option called cmake: select a kit. what to do !! I tried to reinstall Cmake and its extensions. help me