diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:50 +0900 |
commit | e4bfb3b216f4195847692d608f91ea41c936dd84 (patch) | |
tree | 4bdf9607e2ca3359d96c51ace41ba140b9e1e5c9 /qtinterface | |
parent | 6d969891e2445b41a9acf53ee8e83a1eb8672593 (diff) | |
download | tqtinterface-e4bfb3b216f4195847692d608f91ea41c936dd84.tar.gz tqtinterface-e4bfb3b216f4195847692d608f91ea41c936dd84.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface')
-rw-r--r-- | qtinterface/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/Makefile.am b/qtinterface/Makefile.am index 00b448c..404a2be 100644 --- a/qtinterface/Makefile.am +++ b/qtinterface/Makefile.am @@ -78,7 +78,7 @@ tqxml.cpp \ private/tqucomextra_p.cpp \ \ tqlistiterator.cpp -libtqt_la_LIBADD = $(LIB_QT) -ltqassistantclient +libtqt_la_LIBADD = $(LIB_TQT) -ltqassistantclient libtqt_la_LDFLAGS = $(KDE_RPATH) -version-info 6:0:2 -no-undefined $(all_libraries) -ltqassistantclient include_HEADERS = tqt.h tqtglobaldefines.h tqaccel.h tqaccessible.h tqaction.h tqapplication.h tqassistantclient.h tqasyncio.h \ |