diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 20:38:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 20:38:25 +0000 |
commit | ed425c7ba273c97e21a2bfb4ff2c74a8c510e8b2 (patch) | |
tree | 79f84fcbf9a47bf808a436ee089bb7d687a7bcf6 /qtinterface/CMakeLists.txt | |
parent | 1100bda866a822cc2cf0fb80cceb185d5b430e95 (diff) | |
download | tqtinterface-ed425c7ba273c97e21a2bfb4ff2c74a8c510e8b2.tar.gz tqtinterface-ed425c7ba273c97e21a2bfb4ff2c74a8c510e8b2.zip |
Add tqassistantclient.cpp
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1236559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/CMakeLists.txt')
-rw-r--r-- | qtinterface/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index d2898bf..eadf00a 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -132,7 +132,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/tqt.pc DESTINATION ${PKGCONFIG_INSTAL tde_add_library( tqt SHARED SOURCES tqt.cpp tqaccel.cpp tqaccessible.cpp tqaction.cpp tqapplication.cpp - tqasyncio.cpp tqbuttongroup.cpp tqbutton.cpp tqcanvas.cpp tqcdestyle.cpp + tqasyncio.cpp tqassistantclient tqbuttongroup.cpp tqbutton.cpp tqcanvas.cpp tqcdestyle.cpp tqcheckbox.cpp tqclipboard.cpp tqcolordialog.cpp tqcombobox.cpp tqcommonstyle.cpp tqdatabrowser.cpp tqdatatable.cpp tqdataview.cpp tqdatetimeedit.cpp tqdesktopwidget.cpp tqdial.cpp tqdialog.cpp tqdns.cpp @@ -190,6 +190,6 @@ tde_add_library( tqt SHARED tqwidgetlist.cpp tqwmatrix.cpp tqxml.cpp private/tqucomextra_p.cpp tqlistiterator.cpp VERSION 4.2.0 - LINK ${QT_LIBRARIES} + LINK ${QT_LIBRARIES} -lqassistantclient DESTINATION ${LIB_INSTALL_DIR} ) |