diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:29 +0900 |
commit | ac5251ec0daafacfe310e5abf0a07646bee2eb7c (patch) | |
tree | 6905c8876d45cd8c4e04c9d0954bf3cd4199b180 /src | |
parent | 4a83950a6ae448f774aeee6ebd8eed9f4360727b (diff) | |
download | kpicosim-ac5251ec0daafacfe310e5abf0a07646bee2eb7c.tar.gz kpicosim-ac5251ec0daafacfe310e5abf0a07646bee2eb7c.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 cdaee41..1cbb53f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ kpicosim_SOURCES = main.cpp kpicosim.cpp codeeditor.cpp ksimulator.cpp \ kprocessorview.cpp kserialview.cpp kportview.cpp kscratchpadview.cpp kscratchpadview.h \ kport.cpp kexportdialog.cpp cassembler.cpp cinstruction.cpp cpicoblaze.cpp \ jtagdevice.cpp kjtagdialog.cpp jtag.cpp jtag.h jtagprogrammer.cpp -kpicosim_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kpicosim_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kpicosim_LDADD = -ltdeio $(LIB_TDEUI) # this is where the desktop file will go |