diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 14:19:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 14:19:01 +0900 |
commit | 1c9d0776d8c9a634aae4e33235450ea849423c17 (patch) | |
tree | 9b83babdec5b59c9ab29a0df97b7e33f9b267729 /puic/puic.pro | |
parent | c971f4e352fb3ecb01ec43430df8b5648df0eac9 (diff) | |
download | libtqt-perl-1c9d0776d8c9a634aae4e33235450ea849423c17.tar.gz libtqt-perl-1c9d0776d8c9a634aae4e33235450ea849423c17.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'puic/puic.pro')
-rw-r--r-- | puic/puic.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puic/puic.pro b/puic/puic.pro index 62916e2..4ebe49e 100644 --- a/puic/puic.pro +++ b/puic/puic.pro @@ -4,7 +4,7 @@ INCLUDEPATH += . CONFIG += qt warn_on -exists( $(TQTDIR)/lib/libqt-mt* ) { +exists( $(TQTDIR)/lib/libtqt-mt* ) { CONFIG += thread } |