diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:57 +0900 |
commit | d7f6a95d29eac5f580330469880b8e686193121e (patch) | |
tree | 242af00b7247868da7c8d302f6b752e02e7ca3de /knetworkconf | |
parent | 94fde5b77d901113dd1c0d3f5ac34ea02cecf830 (diff) | |
download | tdeadmin-d7f6a95d29eac5f580330469880b8e686193121e.tar.gz tdeadmin-d7f6a95d29eac5f580330469880b8e686193121e.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/Makefile.am b/knetworkconf/knetworkconf/Makefile.am index 2fe7ee1..d30c8c2 100644 --- a/knetworkconf/knetworkconf/Makefile.am +++ b/knetworkconf/knetworkconf/Makefile.am @@ -10,7 +10,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_knetworkconfmodule.la -kcm_knetworkconfmodule_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -lDCOP +kcm_knetworkconfmodule_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) -lDCOP # the library search path. kcm_knetworkconfmodule_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined |