Sat, 06 Jul 2013 01:59:58 +0300
Added missing src/src.pro file
src/src.pro | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/src.pro Sat Jul 06 01:59:58 2013 +0300 @@ -0,0 +1,18 @@ +TARGET = ../ldforge +DEPENDPATH += . +INCLUDEPATH += . +RC_FILE = ../ldforge.rc +RESOURCES = ../ldforge.qrc +RCC_DIR = ./build/ +OBJECTS_DIR = ./build/ +MOC_DIR = ./build/ +RCC_DIR = ./build/ +SOURCES = *.cpp +HEADERS = *.h +FORMS = ui/*.ui +QT += opengl +QMAKE_CXXFLAGS += -std=c++0x + +unix { + LIBS += -lGLU +} \ No newline at end of file