Skip to content

Example on including translations when building Qt programs with CMake

License

Notifications You must be signed in to change notification settings

patrickziegler/example-qt-translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdir -p build && cd build
cmake ..
make
linguist-qt5 ../lang/lang_de.ts
make
./hello

About

Example on including translations when building Qt programs with CMake

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published