diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-25 17:00:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-25 17:00:29 +0200 |
commit | 5d316076536b77425a1c825e0d07b73b545f7f72 (patch) | |
tree | f3f7e57c2c39fd3520423bc94a7910467330dbe7 /src/Makefile.am | |
parent | 93c2d94862a0535f76bd03e6313ea3aa736d0e2d (diff) | |
download | ksensors-5d316076536b77425a1c825e0d07b73b545f7f72.tar.gz ksensors-5d316076536b77425a1c825e0d07b73b545f7f72.zip |
Fix unintended renaming of LIB_QT
Diffstat (limited to 'src/Makefile.am')
-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 7b82db2..525455c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ ksensors_SOURCES = main.cpp ksensors.cpp aboutcfgdesign.ui \ systemcfg.cpp systemcfgdesign.ui uptimepanel.cpp ksensors_LDFLAGS = $(TDE_RPATH) $(all_libraries) -ksensors_LDADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) -lsensors -lm +ksensors_LDADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lsensors -lm # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |