From 2864fdfe7fc5189f4c4706145d7655d233995925 Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Fri, 15 Apr 2022 08:19:22 +0800 Subject: [PATCH] clean code:remove qt4 comment and remove old configure file --- configure | 6 ------ utils.hh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100755 configure diff --git a/configure b/configure deleted file mode 100755 index 534d0b7c..00000000 --- a/configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -echo -echo To build the program, run qmake, then make. -echo -echo The following dependency packages are required: libvorbis-dev, zlib1g-dev, libhunspell-dev, x11proto-record-dev, qt4-qmake, libqt4-dev, g++, libxtst-dev, libphonon-dev. They can be named slightly different in different distributions. diff --git a/utils.hh b/utils.hh index bb70bc2d..299823d5 100644 --- a/utils.hh +++ b/utils.hh @@ -1,4 +1,4 @@ -/* Thin wrappers for retaining compatibility for both Qt4.x and Qt5.x */ +/* Thin wrappers for retaining compatibility for both Qt6.x and Qt5.x */ #ifndef UTILS_HH #define UTILS_HH