summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorNikita Kostovsky <luntik2012@gmail.com>2025-01-23 13:41:27 +0100
committerNikita Kostovsky <luntik2012@gmail.com>2025-01-23 13:41:27 +0100
commit80949709a1132b5198bb8006963f177fcde2e991 (patch)
tree5d797ecfd761df3ac9968c696eba3abfd50852fa /main.cpp
parent3fa8f19daf8b36b0703002d78a84e5bb7919849b (diff)
fix CMakeLists.txt, add some debug info and prototypes
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 481d6f1..7bde680 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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);