📄 gpumathlib.pro
字号:
################################################################# Jahshaka 1.9a4 QMake module files#################################################################include presets file in home directoryinclude( ../../../Settings.pro )################################################################the rest of the makefile settingsTEMPLATE = libCONFIG += staticlib qt warn_on release opengl threadHEADERS = gpumathlib.hSOURCES = gpumathlib.cpp \ gpumathlib_textures.cpp TARGET = gpumathlibDEPENDPATH = $$JAHDEPENDPATH################################################################the project related includes particleINCLUDEPATH = . .. ../../Core/Objects ../../Core/Render ../../Core/World \ ../../desktop#files for mpeg player on linuxcontains( JAHMPEGPLAYER,true ) {INCLUDEPATH += ../../encoders/mpeg_play}#files for mpeg encoder on linuxcontains( JAHMPEGENCODER,true ) {INCLUDEPATH += ../../encoders/mpegenc}#files for mpeg decoder on linuxcontains( SPACEBALL,true ) {INCLUDEPATH += ../../libraries/spaceball}INCLUDEPATH += ../../libraries \ ../../libraries/assetobj \ ../../libraries/GLCore \ ../../libraries/glew \ ../../libraries/imagelibs \ ../../libraries/jahkeyframes \ ../../libraries/jahpreferences \ ../../libraries/jahtimer \ ../../libraries/jahtracer \ ../../libraries/mediaobject contains( SPACEBALL,true ) {INCLUDEPATH += ../../libraries/spaceball}INCLUDEPATH += ../../libraries/gpumathlib \ ../../uiwidgets \ ../../uiwidgets/interfaceobjs \ ../../uiwidgets/jahcalc \ ../../uiwidgets/jahfileloader \ ../../uiwidgets/keyframes \ ../../uiwidgets/nodes \ ../../uiwidgets/timeline \ ../../sqlite \ $$FREEDIRcontains( JAHOS,IRIX ) {INCLUDEPATH += $$SGIDIR}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -