#include #include #include #ifdef QT_SUPPORT #include #include #include #endif int main(int argc, char **argv) { #ifdef QT_SUPPORT QApplication qapp{argc, argv}; QMainWindow wind; wind.show(); QNetworkAccessManager manager; #endif omp_set_num_threads(20); zip_close(nullptr); std::cout << "DLLDeployer!" << std::endl; #ifdef QT_SUPPORT return qapp.exec(); #else return 0; #endif }