diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 14:18:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 14:18:50 +0900 |
commit | 9f5d59f33644aaadd7af43db86734a3294250a02 (patch) | |
tree | 4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /configure | |
parent | ff63338d189a49a16b29a503ba23727cfa7e2e66 (diff) | |
download | tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1903,8 +1903,8 @@ Configure options: * -release ........... Compile and link TQt with debugging turned off. -debug ............. Compile and link TQt with debugging turned on. - * -shared ............ Create and use a shared TQt library (libqt.so). - -static ............ Create and use a static TQt library (libqt.a). + * -shared ............ Create and use a shared TQt library (libtqt.so). + -static ............ Create and use a static TQt library (libtqt.a). * -no-gif ............ Do not compile in GIF reading support. -qt-gif ............ Compile in GIF reading support. |