Пікірлер
@JuanDavid-ug7hd
@JuanDavid-ug7hd 6 сағат бұрын
I tried it several times I can't get an english installer, only a japanese one
@vinayakpotadar4907
@vinayakpotadar4907 6 сағат бұрын
I am not getting option called cmake: select a kit. what to do !! I tried to reinstall Cmake and its extensions. help me
@bigspeci2115
@bigspeci2115 16 сағат бұрын
Are you sure we don't need to install these dependencies first? Because find_package won't find the dependencies if it doesn't exist in the system and I think that should be the most important point of this tutorial.
@experiment-hz2fb
@experiment-hz2fb Күн бұрын
the only great cmake course ❤❤
@RominaNaranjo-np1kc
@RominaNaranjo-np1kc 3 күн бұрын
kkklom
@shehabtarek737
@shehabtarek737 9 күн бұрын
Hello daneil , can you insert github link for this playlist
@LearnQtGuide
@LearnQtGuide 9 күн бұрын
Hello. Here it is: github.com/rutura/CMakeSeries
@DanRalley
@DanRalley 13 күн бұрын
Thanks for the really useful video! When you wanted to use the sfml graphics library you edited the cmake scripts to include the dependency... could you instead ask conan to make this part of a preset? That way, if someone decides they want to use a different graphics library, they can keep the cmake generic and just create another preset?
@thomasamathew4058
@thomasamathew4058 13 күн бұрын
What if I want to move the forms into a folder named forms. When I do that, the main.cpp which has "ui_mainwindow.h" is not found because that header is auto generated by Qt
@vikalpbhandari2019
@vikalpbhandari2019 16 күн бұрын
full video?
@mr.shredder5430
@mr.shredder5430 19 күн бұрын
Hi Daniel,,,love your udemy courses on QML, im planning to build an audio application that has musical notation functionality that prints edits word etc.... will QML and JUCE audio framework run fast on smart phones??
@BTSFOREVER-dd7ne
@BTSFOREVER-dd7ne 23 күн бұрын
Great Work! Can you please provide the source codes. Thank you for the help 😊 Keep going wishing you good luck!
@leonardooyama
@leonardooyama 25 күн бұрын
Thanks! It worked!
@otto6450
@otto6450 Ай бұрын
Good job!!!
@peterwassmuth4014
@peterwassmuth4014 Ай бұрын
Awesome Thank you for Sharing! 💯✴
@aymanal-dali364
@aymanal-dali364 Ай бұрын
Thanks for this clear and concise video! was very helpful.
@blackimp4987
@blackimp4987 Ай бұрын
still here. Interesting parallel between systems
@blackimp4987
@blackimp4987 Ай бұрын
Sincerly I appreciate you so much but everytime you say "the boohold" I need 3 seconds to understand what you mean as I'm not English native. Aside from this - I'm just joking a little - you made a great job. I 'm devouring this series. I'm getting curious on what kind of native macro Visual Studio uses for doing the same job CMake does - I've been using qt creator for 5 years and I don't remember how VS works.. I'll have a check
@chrisw3260
@chrisw3260 Ай бұрын
Worked perfectly for moving from Visual Studio to VS Code, many thanks!
@rajukachori9536
@rajukachori9536 Ай бұрын
Hey Daniel, I want to integrate the C++ code with the qt . I dont have any knowledge about the QT Please tell me which course I should go for . if my c++ code is too long tis is for my project
@rajukachori9536
@rajukachori9536 Ай бұрын
Hey Daniel, I want to integrate the C++ code with the qt . I dont have any knowledge about the QT Please tell me which course I should go for . if my c++ code is too long tis is for my project
@LearnQtGuide
@LearnQtGuide Ай бұрын
Hello. If you already know C++ and QML already, you should go for the Qt5 C++ GUI Development - Intermediate course. We usually publish discounts here: www.learnqt.guide/udemy-discounted-9/
@blackimp4987
@blackimp4987 Ай бұрын
I 'm loving this series so far. Maybe it would have been better introducing some pauses in speech. Anyway I really do appreciate it. One request: PLEASE "build" is pronounced "beeld" 😅
@nhanNguyen-wo8fy
@nhanNguyen-wo8fy Ай бұрын
17:00
@tecoberg
@tecoberg Ай бұрын
Isn't there a leak memory on QList<QGraphicsItem*>? Are the QList topPillar->collidingItems() and bottomPillar->collidingItems() returned destroyed? How?
@blackimp4987
@blackimp4987 Ай бұрын
you've been methodic, you made a few repetitions of the process for letting viewers memorize what to do and the effects and your speech is clear and with the right speed for keeping viewers awake but not too fast. VERY useful, thank you. I think I'l have a look at some other videos of yours
@tecoberg
@tecoberg Ай бұрын
I think there is a leak memory because the topPillar and bottomPillar aren't deleted
@andistheinforitbutso7513
@andistheinforitbutso7513 Ай бұрын
Thanks man
@ZTwo221
@ZTwo221 Ай бұрын
my terminal doesn't have any of those commands not sure why that is even happening.
@user-md1jq5rs8h
@user-md1jq5rs8h Ай бұрын
Big up brother
@barszczyk6266
@barszczyk6266 Ай бұрын
finally it worked thank you very much
@lickguitars1276
@lickguitars1276 Ай бұрын
great tutorial, thanks for sharing, your udemy course is great
@LearnQtGuide
@LearnQtGuide Ай бұрын
Glad you like it!
@user-ql7pw7ld1n
@user-ql7pw7ld1n Ай бұрын
Hail Daniel... Now Cmake will be easy as cake for me.. :) Daniel is best teacher ever
@suprith777
@suprith777 Ай бұрын
Nice ❤
@NamNK_
@NamNK_ Ай бұрын
This tutorial is so good, I got a hang of it. Thank you so much.
@bluephoenix9202
@bluephoenix9202 2 ай бұрын
thank you
@salbowk3582
@salbowk3582 2 ай бұрын
This is no longer a tutorial, it is a necessary guide for anyone who wants to work with cmake and c++ It was the best I found on the internet, thank god LearnQtGuide exists
@bennguyen1313
@bennguyen1313 2 ай бұрын
I understand that starting with Qt 5.15, LTS releases are only available for commercial users. Frank Su (Fsu0413) has 5.15.13 llvm-mingw builds on SF. However, with so many options, Dynamic / Shared builds (Universal-C-RunTime and msvcrt for microsoft compilers) vs Static Full Builds of: Windows-MinGW vs Windows-MinGW-LLVM not sure which I need! I'm interested in *LINKING* to a 32-bit library.. can the Qt application be 32 or 64 bit?
@harshalkhobragade972
@harshalkhobragade972 2 ай бұрын
The kits option does not visible in my laptop
@suprith777
@suprith777 Ай бұрын
K think you ned to restart vscode after installing extensions
@martinimrich2453
@martinimrich2453 2 ай бұрын
The most underated tutorial Ive ever seen, I am doing (trying to do) projects based on CMake for couple months now and this series are filling my gaps of knowledge. I am very grateful. I dare to say, if this was my first door to CMake I would spare myself a lot of suffer.
@adeolaibigbemi8612
@adeolaibigbemi8612 2 ай бұрын
Thanks this is very clear. You did not show how to get fmt::fmt from the library. Assuming am using a lib like wxWidgets
@FrancoAmato
@FrancoAmato 2 ай бұрын
I think you don't know that neither headers are included in multiple files so don't give wrong information
@default2043
@default2043 2 ай бұрын
Nice video! Is there also a way to use FetchContent() instead of Find_package() for Doxygen?
@sreisjr
@sreisjr 2 ай бұрын
Really useful and to the point! Thank you.
@dappadichandrakala5475
@dappadichandrakala5475 2 ай бұрын
cmake -S . -B build -- Configuring done CMake Error in CMakeLists.txt: Target "rooster" requires the language dialect "CXX23" , but CMake does not know the compile flags to use to enable it. CMake Error in src/CMakeLists.txt: Target "calculator" requires the language dialect "CXX23" , but CMake does not know the compile flags to use to enable it. CMake Error in test/CMakeLists.txt: Target "unit_tests" requires the language dialect "CXX23" , but CMake does not know the compile flags to use to enable it. CMake Error in build/_deps/catch2-src/src/CMakeLists.txt: Target "Catch2" requires the language dialect "CXX23" , but CMake does not know the compile flags to use to enable it. CMake Error in build/_deps/catch2-src/src/CMakeLists.txt: Target "Catch2WithMain" requires the language dialect "CXX23" , but CMake does not know the compile flags to use to enable it. -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. getting this error
@bennguyen1313
@bennguyen1313 2 ай бұрын
How does the CodeLite IDE compare with CodeBlocks IDE?
@benjaminwallis5759
@benjaminwallis5759 2 ай бұрын
Hi, this CMake series is awesome and i love your teaching style. A quick question: by using fetch content in your cmake folder (e.g. AddFmt.cmake) is this acting as a dynamic lib folder and would you ever put those files in a lib folder? cheers
@user-ip2ey8mc3h
@user-ip2ey8mc3h 2 ай бұрын
Helped a lot, thanks!
@PabloSanchez-th5em
@PabloSanchez-th5em 2 ай бұрын
Yesss!! My brain thank you so much for this! thank you!
@lianna5483
@lianna5483 2 ай бұрын
The total rookie I am thank you a lot for this video. It's crystal clear :)
@achantasrikant3724
@achantasrikant3724 3 ай бұрын
can you make a video on how to build Qt Applications in Visual Studio Code
@chidanandkumarks6114
@chidanandkumarks6114 3 ай бұрын
how to debug vscode using cmake debug with command line arguments? kindly suggest