Changeset 5724 for branches/qt-gui_qt4/src/widgets/CMakeLists.txt
- Timestamp:
- 10/29/07 01:36:28 (13 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/widgets/CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/widgets/CMakeLists.txt
r5567 r5724 3 3 colorbutton.cpp 4 4 infofield.cpp 5 messagelist.cpp 5 6 mledit.cpp 6 7 protocombobox.cpp … … 20 21 21 22 add_library(widgets STATIC ${widgets_SRCS} ${widget_MOC_SRCS}) 22 target_link_libraries(widgets config )23 target_link_libraries(widgets config helpers)
