CMake Cookbook : Building, Testing, and Packaging Modular Software with Modern CMake 🔍
Radovan Bast; Roberto Di Remigio Packt Publishing, Limited, Packt Publishing, Birmingham, 2018
英语 [en] · EPUB · 6.1MB · 2018 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
描述
This book will provide you with practical recipes to manage the build system using CMake. You will be taken through a series of task-based examples that demonstrate how to employ the CMake toolbox to build portable and modular code and to minimize the code complexity of the build infrastructure.
备用文件名
lgli/9781788470711.epub
备用文件名
lgrsnf/9781788470711.epub
备用文件名
zlib/Computers/Programming/Radovan Bast/CMake Cookbook_3600978.epub
备选标题
Mastering Qt 5 : Create Stunning Cross-platform Applications Using C++ with Qt Widgets and QML with Qt Quick, 2nd Edition
备选标题
Learn QT 5 : Build Modern, Responsive Cross-platform Desktop Applications with Qt, C++, and QML
备选标题
Mastering Qt 5 - Second Edition
备选作者
Bast, Radovan, Di Remigio, Roberto
备选作者
Lazar, Guillaume, Penea, Robin
备选作者
Guillaume Lazar; Robin Penea
备选作者
(Nick), Nicholas Sherriff
备选作者
Nicholas Sherriff (Nick)
备用版本
United Kingdom and Ireland, United Kingdom
备用版本
Place of publication not identified, 2018
备用版本
Packt Publishing, Birmingham, 2016
备用版本
2nd Revised edition, 2018-08-27
备用版本
2nd ed, Birmingham, UK, 2018
备用版本
Birmingham, England, 2018
备用版本
Sep 26, 2018
备用版本
Feb 09, 2018
元数据中的注释
0
元数据中的注释
lg2269923
元数据中的注释
{"publisher":"Packt Publishing"}
备用描述
Learn the fundamentals of QT 5 framework to develop interactive cross-platform applications About This Book A practical guide on the fundamentals of application development with QT 5 Learn to write scalable, robust and adaptable C++ code with QT Deploy your application on different platforms such as Windows, Mac OS, and Linux Who This Book Is For This book is for application developers who want a powerful and flexible framework to create modern, responsive applications on Microsoft Windows, Apple Mac OS X, and Linux desktop platforms. You should be comfortable with C++ but no prior knowledge of Qt or QML is required. What You Will Learn Install and configure the Qt Framework and Qt Creator IDE Create a new multi-project solution from scratch and control every aspect of it with QMake Implement a rich user interface with QML Learn the fundamentals of QtTest and how to integrate unit testing Build self-aware data entities that can serialize themselves to and from JSON Manage data persistence with SQLite and CRUD operations Reach out to the internet and consume an RSS feed Produce application packages for distribution to other users In Detail Qt is a mature and powerful framework for delivering sophisticated applications across a multitude of platforms. It has a rich history in the Linux world, is widely used in embedded devices, and has made great strides in the Mobile arena over the past few years. However, in the Microsoft Windows and Apple Mac OS X worlds, the dominance of C#/.NET and Objective-C/Cocoa means that Qt is often overlooked. This book demonstrates the power and flexibility of the Qt framework for desktop application development and shows how you can write your application once and deploy it to multiple operating systems. Build a complete real-world line of business (LOB) solution from scratch, with distinct C++ library, QML user interface, and QtTest-driven unit-test projects. This is a suite of essential techniques that cover the core requirements for most LOB applications and will empower you to progress from a blank page to shipped application. Style and approach This book takes a hands-on approach to app development that emphasizes the key concepts while you're doing the project work. Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/sup ..
备用描述
Learn CMake through a series of task-based recipes that provide you with practical, simple, and ready-to-use CMake solutions for your code Key Features Learn to configure, build, test, and package software written in C, C++, and Fortran Progress from simple to advanced tasks with examples tested on Linux, macOS, and Windows Manage code complexity and library dependencies with reusable CMake building blocks Book Description CMake is cross-platform, open-source software for managing the build process in a portable fashion. This book features a collection of recipes and building blocks with tips and techniques for working with CMake, CTest, CPack, and CDash. CMake Cookbook includes real-world examples in the form of recipes that cover different ways to structure, configure, build, and test small- to large-scale code projects. You will learn to use CMake's command-line tools and master modern CMake practices for configuring, building, and testing binaries and libraries. With this book, you will be able to work with external libraries and structure your own projects in a modular and reusable way. You will be well-equipped to generate native build scripts for Linux, MacOS, and Windows, simplify and refactor projects using CMake, and port projects to CMake. What you will learn Configure, build, test, and install code projects using CMake Detect operating systems, processors, libraries, files, and programs for conditional compilation Increase the portability of your code Refactor a large codebase into modules with the help of CMake Build multi-language projects Know where and how to tweak CMake configuration files written by somebody else Package projects for distribution Port projects to CMake Who this book is for If you are a software developer keen to manage build systems using CMake or would like to understand and modify CMake code written by others, this book is for you. A basic knowledge of C++, C, or Fortran is required to understand the topics covered in this book. Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you
备用描述
An In-depth guide updated with the latest version of Qt 5.11 including new features such as Quick Controls and Qt GamepadKey FeaturesUnleash the power of Qt 5.11 with C++Build applications using Qt Widgets (C++) or Qt Quick (QML)Create cross-platform applications for mobile and desktop platforms with Qt 5Book DescriptionQt 5.11 is an app development framework that provides a great user experience and develops full capability applications with Qt Widgets, QML, and even Qt 3D. Whether you're building GUI prototypes or fully-fledged cross-platform GUI applications with a native look and feel, Mastering Qt 5 is your fastest, easiest, and most powerful solution. This book addresses various challenges and teaches you to successfully develop cross-platform applications using the Qt framework, with the help of well-organized projects.Working through this book, you will gain a better understanding of the Qt framework, as well as the tools required to resolve serious issues, such as linking, debugging, and multithreading. You'll start off your journey by discovering the new Qt 5.11 features, soon followed by exploring different platforms and learning to tame them. In addition to this, you'll interact with a gamepad using Qt Gamepad. Each chapter is a logical step for you to complete in order to master Qt.By the end of this book, you'll have created an application that has been tested and is ready to be shipped.What you will learnCreate stunning UIs with Qt Widgets and Qt Quick 2Develop powerful, cross-platform applications with the Qt frameworkDesign GUIs with the Qt Designer and build a library in it for UI previewsHandle user interaction with the Qt signal or slot mechanism in C++Prepare a cross-platform project to host a third-party libraryUse the Qt Animation framework to display stunning effectsDeploy mobile apps with Qt and embedded platformsInteract with a gamepad using Qt GamepadWho this book is forMastering Qt 5 is for developers and programmers who want to build GUI-based applications. C++ knowledge is necessary, and knowing QT basics will help you get the most out of this book.
备用描述
Learn The Fundamentals Of Qt 5 Framework To Develop Interactive Cross-platform Applications Key Features A Practical Guide On The Fundamentals Of Application Development With Qt 5 Learn To Write Scalable, Robust And Adaptable C++ Code With Qt Deploy Your Application On Different Platforms Such As Windows, Mac Os, And Linux Book Description Qt Is A Mature And Powerful Framework For Delivering Sophisticated Applications Across A Multitude Of Platforms. It Has A Rich History In The Linux World, Is Widely Used In Embedded Devices, And Has Made Great Strides In The Mobile Arena Over The Past Few Years. However, In The Microsoft Windows And Apple Mac Os X Worlds, The Dominance Of C#/.net And Objective-c/cocoa Means That Qt Is Often Overlooked. This Book Demonstrates The Power And Flexibility Of The Qt Framework For Desktop Application Development And Shows How You Can Write Your Application Once And Deploy It To Multiple Operating Systems. Build A Complete Real-world Line Of Business (lob) Solution From Scratch, With Distinct C++ Library, Qml User Interface, And Qttest-driven Unit-test Projects. This Is A Suite Of Essential Techniques That Cover The Core Requirements For Most Lob Applications And Will Empower You To Progress From A Blank Page To Shipped Application. What You Will Learn � Install And Configure The Qt Framework And Qt Creator Ide � Create A New Multi-project Solution From Scratch And Control Every Aspect Of It With Qmake � Implement A Rich User Interface With Qml � Learn The Fundamentals Of Qttest And How To Integrate Unit Testing � Build Self-aware Data Entities That Can Serialize Themselves To And From Json � Manage Data Persistence With Sqlite And Crud Operations � Reach Out To The Internet And Consume An Rss Feed � Produce Application Packages For Distribution To Other Users Who This Book Is For This Book Is For Application Developers Who Want A Powerful And Flexible Framework To Create Modern, Responsive Applications On Microsoft Windows, Apple Mac Os X, And Linux Desktop Platforms. You Should Be Comfortable With C++ But No Prior Knowledge Of Qt Or Qml Is Required.
备用描述
Learn CMake through a series of task-based recipes that provide practical, simple, and ready-to-use CMake solutions for your code CMake is a cross-platform, open-source tool for building software in a compiler-free method. CMake Cookbook features a collection of recipes and building blocks with tips and techniques for working with CMake, CTest, CPack, and CDash. This book includes real-world examples in the form of recipes that cover different ways to configure, build, and test small- to large-scale code projects. You will learn to use CMake's command-line tools and master modern CMake practices for configuring, building, and testing binaries and libraries. With this book, you will be able to work with external libraries and structure your own projects in a modular and reusable way. You will be well-equipped to generate native build scripts for Linux, MacOS, and Windows, simplify and refactor projects using CMake, and port projects to CMake. By the end of this book, you will have progressed through CMake and understood all its components. If you are a software developer keen to manage build systems using CMake or would like to understand and modify CMake code written by others, the CMake Cookbook is for you. Basic knowledge of C++, C, or Fortran is required to understand the topics covered in this book.
备用描述
If you're building GUI prototypes or cross-platform GUI applications, then this book is your fastest and most powerful solution. It will address challenges in developing cross-platform applications with the Qt framework. With every chapter you'll take a step closer to mastering Qt. By the end, you'll have an application that is ready to be shipped.
开源日期
2018-10-02
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️
如果您在本月捐款,您将获得双倍的快速下载次数。

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:JDownloader
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。