diff -r 000000000000 -r c51cce84a9ac ldforge.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ldforge.pro Fri Mar 15 20:11:18 2013 +0200 @@ -0,0 +1,36 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += bbox.h \ + common.h \ + draw.h \ + gui.h \ + io.h \ + ldtypes.h \ + misc.h \ + model.h \ + scanner.h \ + str.h \ + config.h \ + cfgdef.h +SOURCES += bbox.cpp \ + draw.cpp \ + gui.cpp \ + io.cpp \ + ldtypes.cpp \ + main.cpp \ + misc.cpp \ + model.cpp \ + scanner.cpp \ + str.cpp \ + config.cpp + +QMAKE_CXXFLAGS += -std=c++0x +QT += opengl \ No newline at end of file