简体   繁体   English

v-play配置包含什么?

[英]what does v-play config contains?

I started with v-play and create a new v-play project in Qt creater. 我从v-play开始,并在Qt creater中创建了一个新的v-play项目。

First, I looked at the generated code and tried to understand it. 首先,我查看了生成的代码并试图理解它。

I have a little idea of Qt and Qml and understand the generated main.cpp and Main.qml 我对Qt和Qml有一点了解,并且了解生成的main.cppMain.qml

Then I looked at the .pro file. 然后,我查看了.pro文件。

From Qt I know I must add the Qt modules to use them in my program like: QT += widgets qml or configure the support of c++11: CONFIG += c++11 从Qt我知道我必须添加Qt模块才能在程序中使用它们,例如: QT += widgets qml或配置对c ++ 11的支持: CONFIG += c++11

In the generated .pro file only stand CONFIG += v-play and nevertheless I can use qml and widgets . 在生成的.pro文件中,仅支持CONFIG += v-play ,尽管如此,我仍可以使用qmlwidgets

My question now is: What does v-play all contains or what modules does CONFIG += v-play all include? 现在我的问题是: v-play全部包含哪些内容或CONFIG += v-play全部包含哪些模块? I looked for a documentation but I haven't found one. 我寻找了一份文档,但没有找到。

Thanks for your help! 谢谢你的帮助!

The CONFIG += v-play is just a link to your v-play module that you need to download before you link it to the .pro file. CONFIG += v-play只是指向您的v-play模块的链接,您需要先下载该链接,然后再将其链接到.pro文件。 V-Play with all the function is already installed on your System. 具有所有功能的V-Play已安装在系统上。 You just linked it with your Projekt. 您只需将其与Projekt链接即可。

Hope this answered your question. 希望这回答了您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM