ThomasZecha
0d97f032bb
Fix compiler warnings
...
Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-07 12:11:57 +01:00
Vadim Kuznetsov
6b39fda03c
Remove WITH_QT6; switch to Qt6 by default
2025-01-03 22:06:56 +03:00
Vadim Kuznetsov
1a3ce1797c
Merge pull request #1125 from dsm/add_style_selection
...
Add style selection
2024-12-06 17:28:43 +01:00
Muhammet Şükrü Demir
efabb31d59
fix background color.
2024-12-05 20:06:52 +03:00
Muhammet Şükrü Demir
b433a2c0e6
optimize SVGs.
2024-12-05 20:04:09 +03:00
Muhammet Şükrü Demir
fb686be61f
add some compiler opt. flag
2024-11-26 21:05:14 +00:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral()
2024-11-04 15:53:11 +08:00
Integral
3445ad89ef
refactor: use QString() as empty QString constructor
2024-10-19 15:13:10 +08:00
dsm
4f8a7aac01
for continous build switch nightly versioning.
2024-08-26 20:20:18 +03:00
dsm
95786c2647
fixed MSVC build crash.
2024-07-31 12:02:41 +03:00
dsm
51330f176b
changed cpp standard before qt6.7 cpp17 otherwise cpp20
2024-07-31 12:02:41 +03:00
dsm
c89b84b306
cmake refactoring.
...
- cmake files refactored for different compiler and only enable warnings for debug build.
- switch c++17 to c++20 so recent Qt version support C++20.
2024-07-31 12:02:41 +03:00
dsm
973c168e12
fixed MSVC build.
2024-07-31 12:02:41 +03:00
Vadim Kuznetsov
83e3598ef4
Switch to C++17 everywhere
2024-07-15 09:00:58 +03:00
Vadim Kuznetsov
30c24ab5ad
Revert WITH_QT6 flag
2024-03-06 10:21:32 +03:00
Krasilnikov Sergey
de260a94b3
fix utilities build
2023-06-17 01:02:31 +03:00
Krasilnikov Sergey
b1681daaab
fix multiple enum definition
2023-06-16 16:20:34 +03:00
Vadim Kuznetsov
c9dac25b20
Change required CMake version to ensure compatibility with Ubunutu22.04 #264
2023-05-25 09:09:49 +03:00
dsm
a22e4ba234
add msvc build support. - added msvc compiler flags. - fixed wrong file encoding. - change VLA to fixed or dynamic array for msvc. - succesfully build with qt6.5.0 and vs2019 on win10 native.
2023-02-28 14:49:51 +03:00
dsm
3dc306a611
fixed fPIC and corrected cmake qt5 package find.
2023-02-14 09:52:43 +03:00
dsm
d8bd72206b
cmake update
...
1. cmake minimum version updated to 3.18
2. find_package qt updated no need for -DWITH_QT6
2023-02-13 21:50:15 +03:00
Vadim Kuznetsov
4e782ec31e
Set -fPIC using CMake
2023-02-13 15:28:36 +03:00
Muhammet Şükrü Demir
834ea4d19a
compiler options more generic now
2023-02-13 13:25:30 +03:00
Vadim Kuznetsov
9c3ce4807f
Powercombining tool conpiles with Qt6
2023-01-26 13:44:08 +03:00
Vadim Kuznetsov
764bf9ff85
Provide options to build utilities with Qt6
2023-01-26 11:15:02 +03:00
Vadim Kuznetsov
44f2e325f0
Disable MSlines topologies for Ngspice; generate Nutmeg equaitons
2022-09-25 16:22:31 +03:00
Vadim Kuznetsov
6f6f7f0b90
Save/load settings for the new tool
2022-09-25 15:36:16 +03:00
Vadim Kuznetsov
e490f733c8
Import powercombining tool from Qt4 Qucs
2022-09-25 15:17:43 +03:00