Tue, 21 May 2013 17:39:27 +0300
Fixed basename (for real...) and ported ::first and ::last from my previous string class implementation, std::string::find_last_of doesn't do what I thought it did
###################################################################### # 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 win32 { DEFINES += "NO_OVERPAINTING" } unix { LIBS += -lGLU }