clean code:remove qt4 comment and remove old configure file

This commit is contained in:
xiaoyifang 2022-04-15 08:19:22 +08:00
parent 225d90b895
commit 2864fdfe7f
2 changed files with 1 additions and 7 deletions

6
configure vendored
View file

@ -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.

View file

@ -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