Michaël Lemaire
e265be6105
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@230 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
49 lines
1.1 KiB
Prolog
49 lines
1.1 KiB
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.01a) dim. dc. 25 21:03:17 2011
|
|
######################################################################
|
|
|
|
TEMPLATE = app
|
|
TARGET =
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
unix:CONFIG += debug
|
|
win32:CONFIG += release
|
|
|
|
unix:LIBS += -L../lib_paysages/ -lpaysages
|
|
win32:LIBS += ../libpaysages.a -lDevIL -lILU -lILUT -lglib-2.0 -lgthread-2.0
|
|
|
|
# Input
|
|
HEADERS += ../lib_paysages/shared/functions.h ../lib_paysages/shared/types.h \
|
|
baseform.h \
|
|
baseinput.h \
|
|
dialognoise.h \
|
|
dialogrender.h \
|
|
formrender.h \
|
|
formsky.h \
|
|
formterrain.h \
|
|
formwater.h \
|
|
inputcolor.h \
|
|
inputcolorgradation.h \
|
|
inputdouble.h \
|
|
inputint.h \
|
|
inputnoise.h \
|
|
mainwindow.h \
|
|
preview.h \
|
|
tools.h
|
|
FORMS +=
|
|
SOURCES += \
|
|
baseform.cpp \
|
|
baseinput.cpp \
|
|
dialognoise.cpp \
|
|
dialogrender.cpp \
|
|
formrender.cpp \
|
|
formsky.cpp \
|
|
formterrain.cpp \
|
|
formwater.cpp \
|
|
inputcolor.cpp \
|
|
inputcolorgradation.cpp \
|
|
inputdouble.cpp \
|
|
inputint.cpp \
|
|
inputnoise.cpp \
|
|
mainwindow.cpp \
|
|
preview.cpp
|