Přemysl Eric Janouch
918c589c65
This is very much a work in progress, though functional. Qt Widgets are basically non-working on Android, though Qt Quick requires a radically different approach.
8 lines
153 B
C
8 lines
153 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PROJECT_NAME "${PROJECT_NAME}"
|
|
#define PROJECT_VERSION "${project_version}"
|
|
|
|
#endif // ! CONFIG_H
|