diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:55 +0900 |
commit | 2e0665dec63c510f6b070dde78eb933a82a56673 (patch) | |
tree | 7a31e85e4e460e3f8eb99304e94dd732c7a80185 /keduca/keducabuilder/Makefile.am | |
parent | e665c37a3b44cd56504ade07f716520779befacf (diff) | |
download | tdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.tar.gz tdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'keduca/keducabuilder/Makefile.am')
-rw-r--r-- | keduca/keducabuilder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/Makefile.am b/keduca/keducabuilder/Makefile.am index 160d29c1..97a999ce 100644 --- a/keduca/keducabuilder/Makefile.am +++ b/keduca/keducabuilder/Makefile.am @@ -23,7 +23,7 @@ INCLUDES= -I../libkeduca $(all_includes) METASOURCES = AUTO # the library search path. -keducabuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +keducabuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE�s XML GUI builing |