diff -r 0c7e00cc3d44 -r ef51681bb978 ldforge.pro --- a/ldforge.pro Fri Jun 21 18:41:44 2013 +0300 +++ b/ldforge.pro Thu Jun 27 02:46:12 2013 +0300 @@ -2,21 +2,6 @@ # Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012 ###################################################################### -TEMPLATE = app -TARGET = ldforge -DEPENDPATH += . -INCLUDEPATH += . -OBJECTS_DIR = ./build/ -RC_FILE = ldforge.rc -RESOURCES = ldforge.qrc -MOC_DIR = ./autogen/ -RCC_DIR = ./autogen/ -SOURCES = ./src/*.cpp -HEADERS = ./src/*.h - -QMAKE_CXXFLAGS += -std=c++0x -QT += opengl - -unix { - LIBS += -lGLU -} \ No newline at end of file +TEMPLATE = subdirs +TARGET = ldforge +SUBDIRS += ./src \ No newline at end of file