You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/src/kernel/qt_kernel.pri

282 lines
8.6 KiB

# Qt kernel module
kernel {
KERNEL_P = kernel
HEADERS += $$KERNEL_H/qabstractlayout.h \
$$KERNEL_H/qaccel.h \
$$KERNEL_P/qucomextra_p.h \
$$KERNEL_H/qapplication.h \
$$KERNEL_P/qapplication_p.h \
$$KERNEL_H/qasyncimageio.h \
$$KERNEL_H/qasyncio.h \
$$KERNEL_H/qbitmap.h \
$$KERNEL_H/qbrush.h \
$$KERNEL_H/qclipboard.h \
$$KERNEL_H/qcolor.h \
$$KERNEL_P/qcolor_p.h \
$$KERNEL_H/qconnection.h \
$$KERNEL_H/qcursor.h \
$$KERNEL_H/qdesktopwidget.h \
$$KERNEL_H/qdragobject.h \
$$KERNEL_H/qdrawutil.h \
$$KERNEL_H/qdropsite.h \
$$KERNEL_H/qevent.h \
$$KERNEL_H/qeventloop.h \
$$KERNEL_P/qeventloop_p.h \
$$KERNEL_P/qeventloop_glib_p.h \
$$KERNEL_H/qfocusdata.h \
$$KERNEL_H/qfont.h \
$$KERNEL_P/qfontdata_p.h \
$$KERNEL_H/qfontinfo.h \
$$KERNEL_H/qfontmetrics.h \
$$KERNEL_H/qguardedptr.h \
$$KERNEL_H/qgif.h \
$$KERNEL_H/qiconset.h \
$$KERNEL_H/qimage.h \
$$KERNEL_P/qimageformatinterface_p.h \
$$KERNEL_H/qimageformatplugin.h \
$$KERNEL_H/qkeycode.h \
$$KERNEL_H/qkeysequence.h \
$$KERNEL_H/qlayout.h \
$$KERNEL_P/qlayoutengine_p.h \
$$KERNEL_H/qtranslator.h \
$$KERNEL_H/qmetaobject.h \
$$KERNEL_H/qmime.h \
$$KERNEL_H/qmovie.h \
$$KERNEL_H/qnamespace.h \
$$KERNEL_H/qnetworkprotocol.h \
$$KERNEL_H/qobject.h \
$$KERNEL_H/qobjectcleanuphandler.h \
$$KERNEL_H/qobjectdefs.h \
$$KERNEL_H/qobjectdict.h \
$$KERNEL_H/qobjectlist.h \
$$KERNEL_H/qpaintdevice.h \
$$KERNEL_H/qpainter.h \
$$KERNEL_P/qpainter_p.h \
$$KERNEL_H/qpalette.h \
$$KERNEL_H/qpaintdevicemetrics.h \
$$KERNEL_H/qpen.h \
$$KERNEL_H/qpicture.h \
$$KERNEL_H/qpixmap.h \
$$KERNEL_H/qpixmapcache.h \
$$KERNEL_H/qpointarray.h \
$$KERNEL_H/qpoint.h \
$$KERNEL_H/qpolygonscanner.h \
$$KERNEL_H/qprinter.h \
$$KERNEL_H/qprocess.h \
$$KERNEL_H/qrect.h \
$$KERNEL_H/qregion.h \
$$KERNEL_H/qsessionmanager.h \
$$KERNEL_H/qsignal.h \
$$KERNEL_H/qsignalmapper.h \
$$KERNEL_H/qsignalslotimp.h \
$$KERNEL_H/qsize.h \
$$KERNEL_H/qsizegrip.h \
$$KERNEL_H/qsizepolicy.h \
$$KERNEL_H/qsocketnotifier.h \
$$KERNEL_H/qsound.h \
$$KERNEL_H/qstyle.h \
$$KERNEL_H/qstylesheet.h \
$$KERNEL_H/qthread.h \
$$KERNEL_H/qtimer.h \
$$KERNEL_H/qurl.h \
$$KERNEL_H/qlocalfs.h \
$$KERNEL_H/qurloperator.h \
$$KERNEL_H/qurlinfo.h \
$$KERNEL_H/qwidget.h \
$$KERNEL_H/qwidgetintdict.h \
$$KERNEL_H/qwidgetlist.h \
$$KERNEL_H/qwindowdefs.h \
$$KERNEL_H/qwmatrix.h \
$$KERNEL_H/qvariant.h \
$$KERNEL_P/qrichtext_p.h \
$$KERNEL_P/qinternal_p.h \
$$KERNEL_H/qgplugin.h \
$$KERNEL_H/qsimplerichtext.h \
$$KERNEL_CPP/qscriptengine_p.h \
$$KERNEL_CPP/qtextengine_p.h \
$$KERNEL_CPP/qfontengine_p.h \
$$KERNEL_CPP/qtextlayout_p.h
unix:x11 {
HEADERS += $$KERNEL_H/qinputcontext.h
} else {
HEADERS += $$KERNEL_P/qinputcontext_p.h
}
glibmainloop {
HEADERS+=$$KERNEL_P/qeventloop_glib_p.h
}
win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
$$KERNEL_CPP/qclipboard_win.cpp \
$$KERNEL_CPP/qcolor_win.cpp \
$$KERNEL_CPP/qcursor_win.cpp \
$$KERNEL_CPP/qdesktopwidget_win.cpp \
$$KERNEL_CPP/qdnd_win.cpp \
$$KERNEL_CPP/qeventloop_win.cpp \
$$KERNEL_CPP/qfont_win.cpp \
$$KERNEL_CPP/qinputcontext_win.cpp \
$$KERNEL_CPP/qmime_win.cpp \
$$KERNEL_CPP/qpixmap_win.cpp \
$$KERNEL_CPP/qprinter_win.cpp \
$$KERNEL_CPP/qprocess_win.cpp \
$$KERNEL_CPP/qpaintdevice_win.cpp \
$$KERNEL_CPP/qpainter_win.cpp \
$$KERNEL_CPP/qregion_win.cpp \
$$KERNEL_CPP/qsound_win.cpp \
$$KERNEL_CPP/qthread_win.cpp \
$$KERNEL_CPP/qwidget_win.cpp \
$$KERNEL_CPP/qole_win.c \
$$KERNEL_CPP/qfontengine_win.cpp
unix:x11 {
SOURCES += $$KERNEL_CPP/qapplication_x11.cpp \
$$KERNEL_CPP/qclipboard_x11.cpp \
$$KERNEL_CPP/qcolor_x11.cpp \
$$KERNEL_CPP/qcursor_x11.cpp \
$$KERNEL_CPP/qdnd_x11.cpp \
$$KERNEL_CPP/qdesktopwidget_x11.cpp \
$$KERNEL_CPP/qfont_x11.cpp \
$$KERNEL_CPP/qinputcontext.cpp \
$$KERNEL_CPP/qinputcontext_x11.cpp \
$$KERNEL_CPP/qmotifdnd_x11.cpp \
$$KERNEL_CPP/qpixmap_x11.cpp \
$$KERNEL_CPP/qpaintdevice_x11.cpp \
$$KERNEL_CPP/qpainter_x11.cpp \
$$KERNEL_CPP/qregion_x11.cpp \
$$KERNEL_CPP/qsound_x11.cpp \
$$KERNEL_CPP/qwidget_x11.cpp \
$$KERNEL_CPP/qwidgetcreate_x11.cpp \
$$KERNEL_CPP/qfontengine_x11.cpp
glibmainloop {
SOURCES += $$KERNEL_CPP/qeventloop_x11_glib.cpp
} else {
SOURCES += $$KERNEL_CPP/qeventloop_x11.cpp
}
}
!x11:mac {
exists(qsound_mac.cpp):SOURCES += $$KERNEL_CPP/qsound_mac.cpp
else:SOURCES += $$KERNEL_CPP/qsound_qws.cpp
}
!embedded:!x11:mac {
SOURCES += $$KERNEL_CPP/qapplication_mac.cpp \
$$KERNEL_CPP/qclipboard_mac.cpp \
$$KERNEL_CPP/qcolor_mac.cpp \
$$KERNEL_CPP/qcursor_mac.cpp \
$$KERNEL_CPP/qmime_mac.cpp \
$$KERNEL_CPP/qdnd_mac.cpp \
$$KERNEL_CPP/qdesktopwidget_mac.cpp \
$$KERNEL_CPP/qpixmap_mac.cpp \
$$KERNEL_CPP/qprinter_mac.cpp \
$$KERNEL_CPP/qpaintdevice_mac.cpp \
$$KERNEL_CPP/qpainter_mac.cpp \
$$KERNEL_CPP/qregion_mac.cpp \
$$KERNEL_CPP/qwidget_mac.cpp \
$$KERNEL_CPP/qeventloop_mac.cpp \
$$KERNEL_CPP/qfont_mac.cpp \
$$KERNEL_CPP/qfontengine_mac.cpp
DEFINES += QMAC_ONE_PIXEL_LOCK
} else:unix {
SOURCES += $$KERNEL_CPP/qprinter_unix.cpp \
$$KERNEL_CPP/qpsprinter.cpp
glibmainloop {
SOURCES += $$KERNEL_CPP/qeventloop_unix_glib.cpp
} else {
SOURCES += $$KERNEL_CPP/qeventloop_unix.cpp
}
}
unix:SOURCES += $$KERNEL_CPP/qprocess_unix.cpp \
$$KERNEL_CPP/qthread_unix.cpp
SOURCES += $$KERNEL_CPP/qabstractlayout.cpp \
$$KERNEL_CPP/qucomextra.cpp \
$$KERNEL_CPP/qaccel.cpp \
$$KERNEL_CPP/qapplication.cpp \
$$KERNEL_CPP/qasyncimageio.cpp \
$$KERNEL_CPP/qasyncio.cpp \
$$KERNEL_CPP/qbitmap.cpp \
$$KERNEL_CPP/qclipboard.cpp \
$$KERNEL_CPP/qcolor.cpp \
$$KERNEL_CPP/qcolor_p.cpp \
$$KERNEL_CPP/qconnection.cpp \
$$KERNEL_CPP/qcursor.cpp \
$$KERNEL_CPP/qdragobject.cpp \
$$KERNEL_CPP/qdrawutil.cpp \
$$KERNEL_CPP/qdropsite.cpp \
$$KERNEL_CPP/qevent.cpp \
$$KERNEL_CPP/qeventloop.cpp \
$$KERNEL_CPP/qfocusdata.cpp \
$$KERNEL_CPP/qfont.cpp \
$$KERNEL_CPP/qfontdatabase.cpp \
$$KERNEL_CPP/qguardedptr.cpp \
$$KERNEL_CPP/qiconset.cpp \
$$KERNEL_CPP/qimage.cpp \
$$KERNEL_CPP/qimageformatplugin.cpp \
$$KERNEL_CPP/qkeysequence.cpp \
$$KERNEL_CPP/qlayout.cpp \
$$KERNEL_CPP/qlayoutengine.cpp \
$$KERNEL_CPP/qtranslator.cpp \
$$KERNEL_CPP/qmetaobject.cpp \
$$KERNEL_CPP/qmime.cpp \
$$KERNEL_CPP/qmovie.cpp \
$$KERNEL_CPP/qnetworkprotocol.cpp \
$$KERNEL_CPP/qobject.cpp \
$$KERNEL_CPP/qobjectcleanuphandler.cpp \
$$KERNEL_CPP/qpainter.cpp \
$$KERNEL_CPP/qpalette.cpp \
$$KERNEL_CPP/qpaintdevicemetrics.cpp \
$$KERNEL_CPP/qpicture.cpp \
$$KERNEL_CPP/qpixmap.cpp \
$$KERNEL_CPP/qpixmapcache.cpp \
$$KERNEL_CPP/qpointarray.cpp \
$$KERNEL_CPP/qpoint.cpp \
$$KERNEL_CPP/qpolygonscanner.cpp \
$$KERNEL_CPP/qprinter.cpp \
$$KERNEL_CPP/qprocess.cpp \
$$KERNEL_CPP/qrect.cpp \
$$KERNEL_CPP/qregion.cpp \
$$KERNEL_CPP/qsignal.cpp \
$$KERNEL_CPP/qsignalmapper.cpp \
$$KERNEL_CPP/qsize.cpp \
$$KERNEL_CPP/qsizegrip.cpp \
$$KERNEL_CPP/qstyle.cpp \
$$KERNEL_CPP/qsocketnotifier.cpp \
$$KERNEL_CPP/qsound.cpp \
$$KERNEL_CPP/qstylesheet.cpp \
$$KERNEL_CPP/qthread.cpp \
$$KERNEL_CPP/qtimer.cpp \
$$KERNEL_CPP/qurl.cpp \
$$KERNEL_CPP/qlocalfs.cpp \
$$KERNEL_CPP/qurloperator.cpp \
$$KERNEL_CPP/qurlinfo.cpp \
$$KERNEL_CPP/qwidget.cpp \
$$KERNEL_CPP/qwmatrix.cpp \
$$KERNEL_CPP/qvariant.cpp \
$$KERNEL_CPP/qrichtext.cpp \
$$KERNEL_CPP/qinternal.cpp \
$$KERNEL_CPP/qrichtext_p.cpp \
$$KERNEL_CPP/qgplugin.cpp \
$$KERNEL_CPP/qsimplerichtext.cpp \
$$KERNEL_CPP/qscriptengine.cpp \
$$KERNEL_CPP/qtextlayout.cpp \
$$KERNEL_CPP/qtextengine.cpp
unix:HEADERS += $$KERNEL_P/qpsprinter_p.h \
$$KERNEL_H/qfontdatabase.h
embedded:SOURCES += $$KERNEL_CPP/qsharedmemory_p.cpp \
$$KERNEL_CPP/qfontengine_qws.cpp
accessibility {
HEADERS += $$KERNEL_H/qaccessible.h
SOURCES += $$KERNEL_CPP/qaccessible.cpp
!embedded:!x11:mac:SOURCES += $$KERNEL_CPP/qaccessible_mac.cpp
else:win32:SOURCES += $$KERNEL_CPP/qaccessible_win.cpp
}
}