security.pro

来自「Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3」· PRO 代码 · 共 33 行

PRO
33
字号
CONFIG		+= qtopiaappHEADERS		= security.hSOURCES		= security.cpp main.cppTRANSLATABLES = $${HEADERS} $${SOURCES} QTOPIA_PHONE {    HEADERS	+= phonesecurity.h    SOURCES	+= phonesecurity.cpp    INTERFACES	= securityphone.ui}else {    INTERFACES	= securitybase.ui}TRANSLATABLES +=  phonesecurity.h \                    phonesecurity.cpp \                    securityphone.ui \                    securitybase.uiTARGET		= securitypics.files=$${QTOPIA_DEPOT_PATH}/pics/security/*pics.path=/pics/securitydesktop.files=$${QTOPIA_DEPOT_PATH}/apps/Settings/Security.desktopdesktop.path=/apps/Settingshelp.files=$${QTOPIA_DEPOT_PATH}/help/html/security*help.path=/help/htmlINSTALLS+= desktop helpPICS_INSTALLS+=pics

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?