summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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);