Skip to content

Commit

Permalink
linux compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyill committed Aug 7, 2019
1 parent 2141be0 commit 433b3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SVConfig/SVConfigLimits.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//
#pragma once

#define SV_EN ///< eng интерфейс
//#define SV_EN ///< eng интерфейс
#define SV_MODULE_MAX_CNT 8 ///< макс кол-во модулей
#define SV_VALUE_MAX_CNT 2048 ///< макс кол-во сигналов (на все модули)
#define SV_TRIGGER_MAX_CNT 256 ///< макс кол-во триггеров (на все модули)
Expand Down
2 changes: 1 addition & 1 deletion src/SVMonitor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ endif()

target_link_libraries(SVMonitor SVConfig SVAuxFunc SVGraphPanel SVTriggerPanel SVExportPanel SVScriptPanel SVServer)

qt5_use_modules(SVMonitor Core Widgets Gui SerialPort PrintSupport)
qt5_use_modules(SVMonitor Core Widgets Network Gui SerialPort PrintSupport)

0 comments on commit 433b3ed

Please sign in to comment.