Skip to content

Commit 03ceaf0

Browse files
committed
Added -lGLEW lib to unix .pro (thanks ~tapio)
1 parent 8d2224d commit 03ceaf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trunk/JungleIN.pro

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ TEMPLATE = app
1010
DEPENDPATH += src
1111
INCLUDEPATH = src "D:\System\QtSDK\glew-1.5.4-mingw32\include"
1212
win32:LIBS += -L"D:\System\QtSDK\glew-1.5.4-mingw32\lib" -lglew32
13+
unix:LIBS += -lGLEW
1314

1415
DESTDIR = release
1516
OBJECTS_DIR = obj

0 commit comments

Comments
 (0)