📄 hello.pro
字号:
TEMPLATE = appCONFIG += qtopiaapp# comment the following line to enable building the example application # as a quicklaunch application.CONFIG -= buildQuicklaunch# Set this to 1.5 to target the Sharp Zaurus.# Set this to 1.7 to target the Archos PMA400.# Set this to 2 to target a Qtopia 2.x device.# Leave this blank to use highest value the SDK's allows.# This prevents linking against libraries that aren't# present in older Qtopia releases. You will need to avoid# new functions in old classes too. You can target a# newer version and install on an older device if you also# copy the extra libraries to the device.QTOPIA_COMPAT_VER=1.5TARGET = helloPACKAGE_NAME=helloPACKAGE_DESCRIPTION=Hello ApplicationPACKAGE_VERSION=1.0.0-1PACKAGE_MAINTAINER=Trolltech (www.trolltech.com)PACKAGE_LICENSE=GPLHEADERS = hello.h SOURCES = main.cpp hello.cpp INTERFACES = helloBase.uiTARGET.path = /bindesktop.files = hello.desktopdesktop.path = /apps/ApplicationsINSTALLS += desktoppics.files=pics/*pics.path=/pics/helloPICS_INSTALLS+=picshelp.source=helphelp.files=example.htmlHELP_INSTALLS+=helpTRANSLATABLES = $$HEADERS $$SOURCES $$INTERFACESNON_CODE_TRANSLATABLES = $$desktop.filesNON_CODE_TRTARGETS = hello-nct
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -