diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:18 +0900 |
commit | 9065695ae0a9c35b3e42ee96a91e0c9c87b16299 (patch) | |
tree | 955d89aef2280fd4534c8e43a75dbc70fe43167f /src | |
parent | f875cfbf3acca97f3065936b75b36994412d0f4c (diff) | |
download | kerberostray-9065695ae0a9c35b3e42ee96a91e0c9c87b16299.tar.gz kerberostray-9065695ae0a9c35b3e42ee96a91e0c9c87b16299.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6009d77..3de550f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ bin_PROGRAMS = kerberostray kerberostray_SOURCES = main.cpp toplevel.cpp configdlgbase.ui configdlg.cpp kerberostray_METASOURCES = AUTO -kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS) +kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS) # LIB_TDEIO needed for KNotifyDialog kerberostray_LDADD = $(LIB_TDEUI) $(LIB_TDEIO) |