diff options
| author | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-23 13:41:27 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-23 13:41:27 +0100 |
| commit | 80949709a1132b5198bb8006963f177fcde2e991 (patch) | |
| tree | 5d797ecfd761df3ac9968c696eba3abfd50852fa /main.cpp | |
| parent | 3fa8f19daf8b36b0703002d78a84e5bb7919849b (diff) | |
fix CMakeLists.txt, add some debug info and prototypes
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,7 @@ int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); +#ifdef INNO_MAKER { std::cout << std::boolalpha; InnoMakerOV9281 innoMakerCam; @@ -139,6 +140,7 @@ int main(int argc, char* argv[]) } qDebug() << "ok"; exit(EXIT_SUCCESS); +#endif // if (false) qDebug() << "size of raw profile" << sizeof(Pixels); |
