|
|
@ -134,7 +134,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/tqt.pc DESTINATION ${PKGCONFIG_INSTAL
|
|
|
|
tde_add_library( tqt SHARED
|
|
|
|
tde_add_library( tqt SHARED
|
|
|
|
SOURCES
|
|
|
|
SOURCES
|
|
|
|
tqt.cpp tqaccel.cpp tqaccessible.cpp tqaction.cpp tqapplication.cpp
|
|
|
|
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
|
|
|
|
tqcheckbox.cpp tqclipboard.cpp tqcolordialog.cpp tqcombobox.cpp
|
|
|
|
tqcommonstyle.cpp tqdatabrowser.cpp tqdatatable.cpp tqdataview.cpp
|
|
|
|
tqcommonstyle.cpp tqdatabrowser.cpp tqdatatable.cpp tqdataview.cpp
|
|
|
|
tqdatetimeedit.cpp tqdesktopwidget.cpp tqdial.cpp tqdialog.cpp tqdns.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
|
|
|
|
tqwidgetlist.cpp tqwmatrix.cpp tqxml.cpp private/tqucomextra_p.cpp
|
|
|
|
tqlistiterator.cpp
|
|
|
|
tqlistiterator.cpp
|
|
|
|
VERSION 4.2.0
|
|
|
|
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
|
|
|
|
LINK ${QT_LIBRARIES} -lqassistantclient
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
)
|
|
|
|