wip
This commit is contained in:
12
estruct.h
Normal file
12
estruct.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ESTRUCT_H_
|
||||
#define ESTRUCT_H_
|
||||
|
||||
/* Configuration options */
|
||||
|
||||
#define QLICENSE 0 /* Force use the default license option */
|
||||
#define LICENSE "BSD-3-Clause" /* Default SPDX-License-Identifier */
|
||||
|
||||
#define QAUTHOR 0 /* Force use the default author option */
|
||||
#define AUTHOR "fSD" /* Default author*/
|
||||
|
||||
#endif /* ESTRUCT_H_ */
|
||||
Reference in New Issue
Block a user