root/trunk/qt4-gui/src/widgets/CMakeLists.txt

Revision 6289, 0.5 kB (checked in by eugene, 6 months ago)

Merged in changes by r6260 SVNROOT/branches/qt4-gui_group

Line 
1set(widgets_SRCS
2  calendar.cpp
3  colorbutton.cpp
4  filenameedit.cpp
5  fontedit.cpp
6  groupcombobox.cpp
7  historyview.cpp
8  infofield.cpp
9  messagelist.cpp
10  mledit.cpp
11  mlview.cpp
12  protocombobox.cpp
13  skinnablebutton.cpp
14  skinnablecombobox.cpp
15  skinnablelabel.cpp
16  tabwidget.cpp
17  timezoneedit.cpp
18  treepager.cpp
19)
20
21string(REGEX REPLACE ".cpp" ".h" widgets_HDRS "${widgets_SRCS}")
22
23qt4_wrap_cpp(widget_MOC_SRCS ${widgets_HDRS})
24
25set(widgets ${widgets_SRCS} ${widget_MOC_SRCS})
26add_library(widgets STATIC ${widgets})
Note: See TracBrowser for help on using the browser.