![]() |
CopperSpice Overview
|
The CopperSpice binary download contains the shared libraries and other tools required to compile, link, and distribute your C++ application using the CopperSpice libraries.
| File Type | Description | Additional Notes |
|---|---|---|
| *.so | CS Dynamic libraries (Unix) | Distributed with your application |
| *.dll | CS Dynamic libraries (Windows) | Distributed with your application |
| *.dylib | CS Dynamic libraries (Mac OS X) | Distributed with your application |
| *.a | CS Static Libraries | Linked with your static application |
| *.h | CS Headers | Used when compiling your application |
| rcc.exe | Resource Compiler | Used when compiling your application |
| uic.exe | User Interface Compiler | Used when compiling your application |
| lupdate.exe | Find translatable strings in your source | Produces .ts file |
| lrelease.exe | Compile .ts files | Produces .qm files from .ts files |
| lconvert.exe | Convert and filter translation files |