1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| ######################################################################
# Automatically generated by qmake (2.01a) mer. 10. mars 14:49:32 2010
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += . ; C:/qwt-5.2/src ; C:/src/tiff/3.6.1/tiff-3.6.1-win32/libtiff
CONFIG(debug, debug|release) {
LIBS += -LC:/qwt-5.2/lib -lqwtd5
} else {
LIBS += -LC:/qwt-5.2/lib -lqwt5
}
DEFINES += QWT_DLL
# Input
HEADERS += FenPrincipale.h imageNaff.h
SOURCES += FenPrincipale.cpp main.cpp imageNaff.cpp
LIBS += C:/src/tiff/3.6.1/tiff-3.6.1-win32/libtiff/libtiff.lib |