move some more files into proper places

bb10
Lars Knoll 2011-05-05 12:23:13 +02:00
parent b220fcb1a8
commit 326bd84c84
14 changed files with 2 additions and 6 deletions

View File

@ -31,6 +31,7 @@ include(guikernel/guikernel.pri)
include(image/image.pri)
include(text/text.pri)
include(painting/painting.pri)
include(guiutil/guiutil.pri)
#modules
include(animation/animation.pri)

View File

@ -18,8 +18,7 @@ HEADERS += \
guikernel/qshortcut.h \
guikernel/qshortcutmap_p.h \
guikernel/qwindowdefs.h \
guikernel/qkeymapper_p.h \
guikernel/qhexstring_p.h
guikernel/qkeymapper_p.h
SOURCES += \
guikernel/qclipboard.cpp \

View File

@ -4,7 +4,6 @@ HEADERS += \
util/qsystemtrayicon.h \
util/qcompleter.h \
util/qcompleter_p.h \
util/qdesktopservices.h \
util/qsystemtrayicon_p.h \
util/qscroller.h \
util/qscroller_p.h \
@ -19,7 +18,6 @@ HEADERS += \
SOURCES += \
util/qsystemtrayicon.cpp \
util/qcompleter.cpp \
util/qdesktopservices.cpp \
util/qscroller.cpp \
util/qscrollerproperties.cpp \
util/qflickgesture.cpp \

View File

@ -69,7 +69,6 @@ HEADERS += \
widgets/qtoolbarseparator_p.h \
widgets/qtoolbox.h \
widgets/qtoolbutton.h \
widgets/qvalidator.h \
widgets/qabstractscrollarea.h \
widgets/qabstractscrollarea_p.h \
widgets/qwidgetresizehandler_p.h \
@ -131,7 +130,6 @@ SOURCES += \
widgets/qtoolbarseparator.cpp \
widgets/qtoolbox.cpp \
widgets/qtoolbutton.cpp \
widgets/qvalidator.cpp \
widgets/qabstractscrollarea.cpp \
widgets/qwidgetresizehandler.cpp \
widgets/qfocusframe.cpp \