diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 19:04:54 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 19:04:54 +0000 |
commit | c43098a232fb930f25a636693619dce2e7b8b939 (patch) | |
tree | 42b02dc17d687f2c21cb339de2d886069e8cc30a | |
parent | 3ee30e0813b5c4f50dd67b329162b8fa72d32d14 (diff) | |
download | tqtinterface-c43098a232fb930f25a636693619dce2e7b8b939.tar.gz tqtinterface-c43098a232fb930f25a636693619dce2e7b8b939.zip |
Fix TQt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237311 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | qtinterface/CMakeLists.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index f4497af..c230818 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -134,7 +134,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 tqassistantclient tqbuttongroup.cpp tqbutton.cpp tqcanvas.cpp tqcdestyle.cpp + tqasyncio.cpp 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 @@ -192,6 +192,17 @@ tde_add_library( tqt SHARED tqwidgetlist.cpp tqwmatrix.cpp tqxml.cpp private/tqucomextra_p.cpp tqlistiterator.cpp VERSION 4.2.0 + LINK ${QT_LIBRARIES} + DESTINATION ${LIB_INSTALL_DIR} +) + +##### tqassistantclient (shared) ############################## + + +tde_add_library( tqassistantclient SHARED + SOURCES + tqassistantclient.cpp + VERSION 4.2.0 LINK ${QT_LIBRARIES} -lqassistantclient DESTINATION ${LIB_INSTALL_DIR} ) |