mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-16 11:57:02 +03:00
Refines .gitignore to globally ignore build directories and corrects the CMake add_subdirectory path. Support to Qt6.9 Ensures proper icon rendering by including qtypes and converting the FontAwesome codepoint to QChar.
9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
.*
|
|
*.pro.user
|
|
*.pro.user*
|
|
CMakeLists.txt.user
|
|
**/build
|
|
|
|
# never include pro files
|
|
QtAwesome/fonts/pro/
|