📄 qstars.pro
字号:
TEMPLATE = appCONFIG += qt warn_onexists( $(QTDIR)/lib/libqt-mt* ) { message( "Configuring for multi-threaded Qt..." ) CONFIG += thread}IMAGES = qstars.pngHEADERS = mainwindow.hSOURCES = mainwindow.cpp \ main.cppTARGET = qstarstarget.path = /usr/local/binINSTALLS += targetasteroids.path = /usr/local/share/qstars/asteroidsasteroids.files = asteroids/*INSTALLS += asteroidsgalaxies.path = /usr/local/share/qstars/galaxiesgalaxies.files = galaxies/*INSTALLS += galaxiesplanets.path = /usr/local/share/qstars/planetsplanets.files = planets/*INSTALLS += planetsships.path = /usr/local/share/qstars/shipsships.files = ships/*INSTALLS += shipsKDEROOT = $$(KDEDIR)isEmpty( KDEROOT ) { KDEROOT = /usr}link.path = $$KDEROOT/share/applnk/System/ScreenSaverslink.files = qstars.desktopINSTALLS += link
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -