diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 02:18:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 02:18:32 +0000 |
commit | 1100bda866a822cc2cf0fb80cceb185d5b430e95 (patch) | |
tree | d17b92a43d62bc88f652dfea4b5b45133d98462e /qtinterface/Makefile.am | |
parent | e2f48f1f5dfdd95c3459255126b178310722af7d (diff) | |
download | tqtinterface-1100bda866a822cc2cf0fb80cceb185d5b430e95.tar.gz tqtinterface-1100bda866a822cc2cf0fb80cceb185d5b430e95.zip |
Add tqassistantclient.h to tqtinterface
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1236396 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/Makefile.am')
-rw-r--r-- | qtinterface/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/Makefile.am b/qtinterface/Makefile.am index 73c3b3b..ee5bf70 100644 --- a/qtinterface/Makefile.am +++ b/qtinterface/Makefile.am @@ -81,7 +81,7 @@ tqlistiterator.cpp libtqt_la_LIBADD = $(LIB_QT) libtqt_la_LDFLAGS = $(KDE_RPATH) -version-info 6:0:2 -no-undefined $(all_libraries) -include_HEADERS = tqt.h tqtglobaldefines.h tqaccel.h tqaccessible.h tqaction.h tqapplication.h tqasyncio.h \ +include_HEADERS = tqt.h tqtglobaldefines.h tqaccel.h tqaccessible.h tqaction.h tqapplication.h tqassistantclient.h tqasyncio.h \ tqbuttongroup.h tqbutton.h \ tqcanvas.h tqcdestyle.h tqcheckbox.h tqclipboard.h tqcolordialog.h tqcombobox.h tqcommonstyle.h \ tqdatabrowser.h tqdatatable.h tqdataview.h tqdatetimeedit.h tqdesktopwidget.h tqdial.h tqdialog.h tqdns.h tqdockarea.h tqdockwindow.h tqdragobject.h \ |