mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 20:30:00 +01:00
updated
This commit is contained in:
11
src/main.cpp
11
src/main.cpp
@@ -1,17 +1,22 @@
|
||||
|
||||
//#define LINUX_RELEASE
|
||||
|
||||
#include"qtheaders.h"
|
||||
#include "main_window.h"
|
||||
//#include<unistd.h>
|
||||
#ifdef LINUX_RELEASE
|
||||
#include<unistd.h>
|
||||
#endif
|
||||
|
||||
bool blend_set = false;
|
||||
cv::Mat blend_image;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
/*
|
||||
#ifdef LINUX_RELEASE
|
||||
if(chdir("/usr/share/acidcam") == 0) {
|
||||
std::cout << "Changed directory to: /usr/share/acidcam\n";
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
AC_MainWindow window;
|
||||
|
||||
Reference in New Issue
Block a user