source: trunk/tools/designer/src/components/widgetbox/widgetbox.pri@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 424 bytes
Line 
1
2INCLUDEPATH += $$PWD
3
4SOURCES += $$PWD/widgetboxcategorylistview.cpp \
5 $$PWD/widgetboxtreewidget.cpp \
6 $$PWD/widgetbox.cpp \
7 $$PWD/widgetbox_dnditem.cpp
8HEADERS += $$PWD/widgetboxcategorylistview.h \
9 $$PWD/widgetboxtreewidget.h \
10 $$PWD/widgetbox.h \
11 $$PWD/widgetbox_global.h \
12 $$PWD/widgetbox_dnditem.h
13
14RESOURCES += $$PWD/widgetbox.qrc
Note: See TracBrowser for help on using the repository browser.