Skip to content

Commit

Permalink
refactor Qucs for Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein authored and felix-salfelder committed Jun 9, 2024
1 parent f6a7c64 commit 141b840
Show file tree
Hide file tree
Showing 262 changed files with 8,338 additions and 15,564 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CMakeFiles
CMakeCache.txt
CMakeLists.txt.user
*.cmake
*.moc.o
*.moc.o
*.moc.cpp
moc_*.cpp
moc_*.cpp_parameters
*.qrc.depends
ui_*.h
*.o
Makefile.in
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 3.1.0)
project(qucs-suite CXX)
cmake_minimum_required(VERSION 2.8)
cmake_policy(VERSION 2.8)

file(STRINGS "${qucs-suite_SOURCE_DIR}/VERSION" QUCS_VERSION)
message(STATUS "Configuring Qucs: VERSION ${QUCS_VERSION}")
Expand Down
19 changes: 0 additions & 19 deletions qt3_compat/Makefile.am

This file was deleted.

2 changes: 0 additions & 2 deletions qt3_compat/Q3PtrList

This file was deleted.

2 changes: 0 additions & 2 deletions qt3_compat/Q3ScrollView

This file was deleted.

197 changes: 0 additions & 197 deletions qt3_compat/q3frame.cpp

This file was deleted.

79 changes: 0 additions & 79 deletions qt3_compat/q3frame.h

This file was deleted.

Loading

0 comments on commit 141b840

Please sign in to comment.