IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

qt_add_resources

Compiles binary resources into source code.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

qt_add_resources

 

Synopsis

 
Sélectionnez
qt_add_resources(<VAR> file1.qrc [file2.qrc ...]
                  [OPTIONS ...])

qt6_add_resources(<VAR> file1.qrc [file2.qrc ...]
                  [OPTIONS ...])

Description

Creates source code from Qt resource files using the Resource Compiler (rcc). Paths to the generated source files are added to <VAR>.

For embedding bigger resources, see qt_add_big_resources.

Arguments

You can set additional OPTIONS that should be added to the rcc calls. You can find possible options in the rcc documentation.

Examples

 
Sélectionnez
set(SOURCES main.cpp)
qt_add_resources(SOURCES example.qrc)
add_executable(myapp ${SOURCES})

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+