move some more files into proper places
parent
b220fcb1a8
commit
326bd84c84
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue