?? lib.pro
字號:
TEMPLATE = libTARGET = QtDesignerComponentscontains(QT_CONFIG, reduce_exports):CONFIG += hide_symbolsCONFIG += qt debug_and_release depend_prlDESTDIR = $$QT_BUILD_TREE/libDLLDESTDIR = $$QT_BUILD_TREE/bin# QtDesignerComponents usesDEFINES += QT_STATICPLUGINisEmpty(QT_MAJOR_VERSION) { VERSION=4.1.0} else { VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}}QMAKE_TARGET_COMPANY = Trolltech ASAQMAKE_TARGET_PRODUCT = DesignerQMAKE_TARGET_DESCRIPTION = Graphical user interface designer.QMAKE_TARGET_COPYRIGHT = Copyright (C) 2003-2006 Trolltech ASAtarget.path=$$[QT_INSTALL_LIBS]INSTALLS += targetSOURCES += qdesigner_components.cpp!contains(CONFIG, static) { DEFINES += QDESIGNER_COMPONENTS_LIBRARY CONFIG += dll LIBS += -lQtDesigner} else { DEFINES += QT_DESIGNER_STATIC}INCLUDEPATH += . .. \ $$QT_SOURCE_TREE/tools/designer/src/lib/components \ $$QT_SOURCE_TREE/tools/designer/src/lib/sdk \ $$QT_SOURCE_TREE/tools/designer/src/lib/extension \ $$QT_SOURCE_TREE/tools/designer/src/lib/uilib \ $$QT_SOURCE_TREE/tools/designer/src/lib/sharedinclude(../propertyeditor/propertyeditor.pri)include(../objectinspector/objectinspector.pri)include(../signalsloteditor/signalsloteditor.pri)include(../formeditor/formeditor.pri)include(../widgetbox/widgetbox.pri)include(../buddyeditor/buddyeditor.pri)include(../taskmenu/taskmenu.pri)include(../tabordereditor/tabordereditor.pri)PRECOMPILED_HEADER= lib_pch.hinclude(../../sharedcomponents.pri)include(../component.pri)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -