diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:23 +0900 |
commit | 8b1b3a64d6e742dabd2eb9a72ed56315dd55d740 (patch) | |
tree | b095cb88c73fccd224befc5ec6575dd13b65d9b2 /src/kcm | |
parent | 203c3d77ef5fb7eec34f47dec27dcd37b80d2195 (diff) | |
download | knemo-8b1b3a64d6e742dabd2eb9a72ed56315dd55d740.tar.gz knemo-8b1b3a64d6e742dabd2eb9a72ed56315dd55d740.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kcm')
-rw-r--r-- | src/kcm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/Makefile.am b/src/kcm/Makefile.am index cbe549f..1dc0ed8 100644 --- a/src/kcm/Makefile.am +++ b/src/kcm/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../knemod/backends $(all_includes) kcm_knemo_la_LDFLAGS = -module -avoid-version $(all_libraries) # the libraries to link against. -kcm_knemo_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) -lDCOP +kcm_knemo_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEIO) -lDCOP # which sources should be compiled for knemo kcm_knemo_la_SOURCES = configdialog.cpp configdlg.ui |