diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
commit | 02ed6f0c2f2a116f8881761226498deb9cc271cb (patch) | |
tree | 46f433272b92a5e4bcb3a4c397ad93630dc4886d /src | |
parent | 9365cc315cbe00b6c00122a6a716fb26008860d6 (diff) | |
download | potracegui-02ed6f0c2f2a116f8881761226498deb9cc271cb.tar.gz potracegui-02ed6f0c2f2a116f8881761226498deb9cc271cb.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 2317812..63e24f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = potracegui # the application source, library search path, and link libraries potracegui_SOURCES = main.cpp potracegui.cpp autotraceformats.cpp MainWidgetBase.ui mainwidget.cpp options.cpp -potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor potracegui_LDADD = $(LIB_TDEIO) $(LIB_TDEUI) # this is where the desktop file will go |