?? glew.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 threadDEFINES += GLEW_STATICHEADERS = glew.h SOURCES = glew.cTARGET = glewDEPENDPATH = $$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 += ../../uiwidgets \ ../../uiwidgets/interfaceobjs \ ../../uiwidgets/jahcalc \ ../../uiwidgets/jahfileloader \ ../../uiwidgets/keyframes \ ../../uiwidgets/nodes \ ../../uiwidgets/timeline \ ../../Modules/animate \ ../../Modules/color \ ../../Modules/edit \ ../../Modules/effect \ ../../Modules/painter \ ../../Modules/text \ ../../objectlibs/FTGL \ ../../objectlibs/glmlib \ ../../objectlibs/l3ds \ ../../objectlibs/particle \ ../../objectlibs/blur \ ../../network \ ../../player \ ../../sqlite \ $$FREEDIRcontains( JAHOS,IRIX ) {INCLUDEPATH += $$SGIDIR}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -