Changed X_global.h file to lower case file name
When creating a new shared library project, the wizard generates next to its class header and source files, also a _global.h file where the import & export definitions happens. This _global.h file is always created with upper case characters if you give your class name upper case chars... example -> MyLib_global.h Change-Id: Ic0ae2b740682f624b4c00cc1c7c40a29e08f554f Reviewed-by:Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
Please register or sign in to comment