diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
commit | af63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch) | |
tree | 7d69e9615cf414cf1988914f1e3423f0662c0578 /quanta/src/Makefile.am | |
parent | 3b724543a8a30095af41b983b78971d678675410 (diff) | |
download | tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.tar.gz tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/src/Makefile.am')
-rw-r--r-- | quanta/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/Makefile.am b/quanta/src/Makefile.am index 126b631f..82ba1b03 100644 --- a/quanta/src/Makefile.am +++ b/quanta/src/Makefile.am @@ -64,7 +64,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \ quanta_METASOURCES = AUTO # the library search path. -quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lX11 +quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lX11 # this is where the kdelnk file will go xdg_apps_DATA = quanta.desktop |