this repo has no description
1###################################################################### 2# Automatically generated by qmake (2.01a) Mi. Mrz 31 09:30:46 2010 3###################################################################### 4 5TEMPLATE = app 6TARGET = mygist 7DEPENDPATH += . 8INCLUDEPATH += . ../../../ 9CONFIG += release x86_64 10 11# Input 12SOURCES += mygist.cpp 13 14win32:DESTDIR = ./ 15LIBS += -L../../.. 16!win32 { 17 LIBS += -lgecodekernel -lgecodesupport -lgecodeint -lgecodesearch -lgecodegist 18}