From 62e581183ccb3f3239a1e1e68459fb34bab6332d Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Mon, 19 Jun 2023 15:32:28 +0300 Subject: [PATCH] Remove M4 and some outdated stuff --- cmake/QTabWidget_setMovable.cpp | 16 - compile_flags.txt | 23 -- m4/qt_features.m4 | 44 --- qucsgui.cbp | 634 -------------------------------- 4 files changed, 717 deletions(-) delete mode 100644 cmake/QTabWidget_setMovable.cpp delete mode 100644 compile_flags.txt delete mode 100644 m4/qt_features.m4 delete mode 100644 qucsgui.cbp diff --git a/cmake/QTabWidget_setMovable.cpp b/cmake/QTabWidget_setMovable.cpp deleted file mode 100644 index c790df0d..00000000 --- a/cmake/QTabWidget_setMovable.cpp +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Check whether Qt provides QTabWidget::setMovable (). - */ - -#include -class tab_widget : public QTabWidget -{ -public: - tab_widget (QWidget *parent = 0) : QTabWidget (parent) { this->setMovable (true); } - ~tab_widget () {} -}; - -int main() -{ - tab_widget tw; -} diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index 464099c6..00000000 --- a/compile_flags.txt +++ /dev/null @@ -1,23 +0,0 @@ --isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 --isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include --F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks --xc++ --std=c++17 --DHAVE_CONFIG_H=1 --DQT_3SUPPORT_LIB=1 --DQT_CORE_LIB=1 --DQT_GUI_LIB=1 --DQT_NO_DEBUG=1 --DQT_SCRIPT_LIB=1 --DQT_SVG_LIB=1 --DQT_XML_LIB=1 --I/opt/qt6/include --Iqucs --I../../build/qucs --I/opt/qt6/include/Qt --I/opt/qt6/include/Qt3Support --I/opt/qt6/include/QtCore --I/opt/qt6/include/QtGui --I/opt/qt6/include/QtWidgets --I/opt/qt6/include/QtScript --I/opt/qt6/include/QtXml diff --git a/m4/qt_features.m4 b/m4/qt_features.m4 deleted file mode 100644 index e837a4e3..00000000 --- a/m4/qt_features.m4 +++ /dev/null @@ -1,44 +0,0 @@ -# DESCRIPTION -# -# Checks for presence of Qt features. -# -# LICENSE -# -# Copyright (c) 2014 Richard Crozier -# -# Copying and distribution of this file, with or without modification, are -# permitted in any medium without royalty provided the copyright notice -# and this notice are preserved. This file is offered as-is, without any -# warranty. - -dnl -dnl Check whether the Qt QTabWidget::setMovable() function exists. -dnl This function was added in Qt 4.5. -dnl -AC_DEFUN([QUCS_CHECK_FUNC_QTABWIDGET_SETMOVABLE], [ - AC_CACHE_CHECK([whether Qt has the QTabWidget::setMovable() function], - [qucs_cv_func_qtabwidget_setmovable], - [AC_LANG_PUSH(C++) - ac_qucs_save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$QT_INCLUDES $CPPFLAGS" - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ - #include - class tab_widget : public QTabWidget - { - public: - tab_widget (QWidget *parent = 0) : QTabWidget (parent) { this->setMovable (true); } - ~tab_widget () {} - }; - ]], [[ - tab_widget tw; - ]])], - qucs_cv_func_qtabwidget_setmovable=yes, - qucs_cv_func_qtabwidget_setmovable=no) - CPPFLAGS="$ac_qucs_save_CPPFLAGS" - AC_LANG_POP(C++) - ]) - if test $qucs_cv_func_qtabwidget_setmovable = yes; then - AC_DEFINE(HAVE_QTABWIDGET_SETMOVABLE, 1, - [Define to 1 if Qt has the QTabWidget::setMovable() function.]) - fi -]) diff --git a/qucsgui.cbp b/qucsgui.cbp deleted file mode 100644 index ffc06d5b..00000000 --- a/qucsgui.cbp +++ /dev/null @@ -1,634 +0,0 @@ - - - - - -