diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-01-24 12:46:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-01-24 12:46:57 -0600 |
commit | 480f92da42b4c762c24498875e1483e8aba41f05 (patch) | |
tree | 82d6fc79593461ffdcda74cc2ff4c595652238f4 /clients/tde/src/part/scope/Makefile.am | |
parent | 5f9aca6f188a503f5aafa1a5845b3e144373914a (diff) | |
download | ulab-480f92da42b4c762c24498875e1483e8aba41f05.tar.gz ulab-480f92da42b4c762c24498875e1483e8aba41f05.zip |
Finish QT-->TQT conversion
Diffstat (limited to 'clients/tde/src/part/scope/Makefile.am')
-rw-r--r-- | clients/tde/src/part/scope/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tde/src/part/scope/Makefile.am b/clients/tde/src/part/scope/Makefile.am index 1abe8e4..cd98191 100644 --- a/clients/tde/src/part/scope/Makefile.am +++ b/clients/tde/src/part/scope/Makefile.am @@ -6,7 +6,7 @@ KDE_ICON = libremotelab_scope #Part kde_module_LTLIBRARIES = libremotelab_scope.la -libremotelab_scope_la_LIBADD = ../../widgets/libtracewidget.la ../../widgets/libfloatspinbox.la $(LIB_KFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_QT) +libremotelab_scope_la_LIBADD = ../../widgets/libtracewidget.la ../../widgets/libfloatspinbox.la $(LIB_KFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_TQT) libremotelab_scope_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -ltdeio -ltdefx -ltdekrbsocket -ltqtrla $(FFTS_LIBS) libremotelab_scope_la_SOURCES = \ part.cpp layout.ui |