2011-12-25 21:19:32 +00:00
|
|
|
TEMPLATE = app
|
2012-01-26 23:08:09 +00:00
|
|
|
CONFIG += qt
|
2013-08-22 21:45:46 +00:00
|
|
|
|
2012-01-28 17:24:19 +00:00
|
|
|
QT += core gui opengl
|
2013-08-22 21:45:46 +00:00
|
|
|
|
|
|
|
TARGET = paysages-gui
|
|
|
|
|
2013-10-16 15:09:20 +00:00
|
|
|
unix:LIBS += -lGLU
|
2011-12-25 21:19:32 +00:00
|
|
|
|
2013-11-14 20:46:47 +00:00
|
|
|
include(../../common.pri)
|
2013-10-06 21:04:04 +00:00
|
|
|
|
2013-05-05 13:37:06 +00:00
|
|
|
HEADERS += \
|
2013-06-03 20:03:52 +00:00
|
|
|
terrain/widgetheightmap.h \
|
2013-05-05 13:37:06 +00:00
|
|
|
widgetcurveeditor.h \
|
|
|
|
tools.h \
|
|
|
|
previewmaterial.h \
|
|
|
|
previewcolorgradation.h \
|
|
|
|
inputnoise.h \
|
|
|
|
inputmaterial.h \
|
|
|
|
inputlayers.h \
|
|
|
|
inputint.h \
|
|
|
|
inputenum.h \
|
|
|
|
inputdouble.h \
|
|
|
|
inputcurve.h \
|
|
|
|
inputcolorgradation.h \
|
|
|
|
inputcolor.h \
|
|
|
|
inputcamera.h \
|
|
|
|
inputboolean.h \
|
|
|
|
formwater.h \
|
|
|
|
formtextures.h \
|
|
|
|
formrender.h \
|
|
|
|
formclouds.h \
|
|
|
|
formatmosphere.h \
|
|
|
|
dialogrender.h \
|
|
|
|
dialognoise.h \
|
|
|
|
dialoglayers.h \
|
|
|
|
dialogexplorer.h \
|
|
|
|
dialogcurve.h \
|
|
|
|
dialogcolorgradation.h \
|
|
|
|
baseinput.h \
|
|
|
|
baseformlayer.h \
|
|
|
|
baseform.h \
|
|
|
|
terrain/dialogterrainpainting.h \
|
|
|
|
common/widgetglobalformbuttons.h \
|
2013-05-05 16:42:55 +00:00
|
|
|
terrain/paintingbrush.h \
|
2013-05-09 17:13:04 +00:00
|
|
|
terrain/mainterrainform.h \
|
|
|
|
common/freeformhelper.h \
|
2013-05-09 20:33:37 +00:00
|
|
|
terrain/previewterrainshape.h \
|
2013-05-10 08:10:07 +00:00
|
|
|
common/widgetsliderdecimal.h \
|
2013-06-09 16:08:01 +00:00
|
|
|
terrain/widgetterrainbasenoisepreview.h \
|
2013-06-09 17:36:30 +00:00
|
|
|
common/mainwindow.h \
|
2013-06-23 20:54:57 +00:00
|
|
|
terrain/dialogbaseterrainnoise.h \
|
2013-08-17 15:04:48 +00:00
|
|
|
textures/maintexturesform.h \
|
2013-08-18 15:13:15 +00:00
|
|
|
common/freelayerhelper.h \
|
|
|
|
lighting/DialogMaterialEditor.h \
|
|
|
|
lighting/SmallPreviewColor.h \
|
2013-08-21 21:19:47 +00:00
|
|
|
lighting/SmallPreviewHues.h \
|
2013-08-23 22:51:27 +00:00
|
|
|
textures/PreviewLayerCoverage.h \
|
|
|
|
textures/PreviewLayerLook.h \
|
2013-10-03 21:28:30 +00:00
|
|
|
textures/PreviewCumul.h \
|
2013-11-03 14:46:39 +00:00
|
|
|
textures/DialogTexturesLayer.h \
|
2013-11-14 20:46:47 +00:00
|
|
|
desktop_global.h
|
2013-05-05 13:37:06 +00:00
|
|
|
|
|
|
|
SOURCES += \
|
2013-06-03 20:03:52 +00:00
|
|
|
terrain/widgetheightmap.cpp \
|
2013-05-05 13:37:06 +00:00
|
|
|
widgetcurveeditor.cpp \
|
|
|
|
tools.cpp \
|
|
|
|
previewmaterial.cpp \
|
|
|
|
previewcolorgradation.cpp \
|
|
|
|
inputnoise.cpp \
|
|
|
|
inputmaterial.cpp \
|
|
|
|
inputlayers.cpp \
|
|
|
|
inputint.cpp \
|
|
|
|
inputenum.cpp \
|
|
|
|
inputdouble.cpp \
|
|
|
|
inputcurve.cpp \
|
|
|
|
inputcolorgradation.cpp \
|
|
|
|
inputcolor.cpp \
|
|
|
|
inputcamera.cpp \
|
|
|
|
inputboolean.cpp \
|
|
|
|
formwater.cpp \
|
|
|
|
formtextures.cpp \
|
|
|
|
formrender.cpp \
|
|
|
|
formclouds.cpp \
|
|
|
|
formatmosphere.cpp \
|
|
|
|
dialogrender.cpp \
|
|
|
|
dialognoise.cpp \
|
|
|
|
dialoglayers.cpp \
|
|
|
|
dialogexplorer.cpp \
|
|
|
|
dialogcurve.cpp \
|
|
|
|
dialogcolorgradation.cpp \
|
|
|
|
baseinput.cpp \
|
|
|
|
baseformlayer.cpp \
|
|
|
|
baseform.cpp \
|
|
|
|
terrain/dialogterrainpainting.cpp \
|
|
|
|
common/widgetglobalformbuttons.cpp \
|
2013-05-05 16:42:55 +00:00
|
|
|
terrain/paintingbrush.cpp \
|
2013-05-09 17:13:04 +00:00
|
|
|
terrain/mainterrainform.cpp \
|
|
|
|
common/freeformhelper.cpp \
|
2013-05-09 20:33:37 +00:00
|
|
|
terrain/previewterrainshape.cpp \
|
2013-05-10 08:10:07 +00:00
|
|
|
common/widgetsliderdecimal.cpp \
|
2013-06-09 16:08:01 +00:00
|
|
|
terrain/widgetterrainbasenoisepreview.cpp \
|
2013-06-09 17:36:30 +00:00
|
|
|
common/mainwindow.cpp \
|
2013-06-23 20:54:57 +00:00
|
|
|
terrain/dialogbaseterrainnoise.cpp \
|
2013-08-17 15:04:48 +00:00
|
|
|
textures/maintexturesform.cpp \
|
2013-08-18 15:13:15 +00:00
|
|
|
common/freelayerhelper.cpp \
|
|
|
|
lighting/DialogMaterialEditor.cpp \
|
|
|
|
lighting/SmallPreviewColor.cpp \
|
2013-08-21 21:19:47 +00:00
|
|
|
lighting/SmallPreviewHues.cpp \
|
2013-08-23 22:51:27 +00:00
|
|
|
textures/PreviewLayerCoverage.cpp \
|
|
|
|
textures/PreviewLayerLook.cpp \
|
2013-10-03 21:28:30 +00:00
|
|
|
textures/PreviewCumul.cpp \
|
|
|
|
textures/DialogTexturesLayer.cpp
|
2013-05-05 13:37:06 +00:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
terrain/dialogterrainpainting.ui \
|
2013-05-05 16:42:55 +00:00
|
|
|
common/widgetglobalformbuttons.ui \
|
2013-06-09 16:08:01 +00:00
|
|
|
terrain/mainterrainform.ui \
|
2013-06-09 17:36:30 +00:00
|
|
|
common/mainwindow.ui \
|
2013-06-23 20:54:57 +00:00
|
|
|
terrain/dialogbaseterrainnoise.ui \
|
2013-08-18 15:13:15 +00:00
|
|
|
textures/maintexturesform.ui \
|
2013-10-03 21:28:30 +00:00
|
|
|
lighting/DialogMaterialEditor.ui \
|
|
|
|
textures/DialogTexturesLayer.ui
|
2013-05-05 13:37:06 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
2013-11-14 20:46:47 +00:00
|
|
|
../../../data/ui_pictures.qrc
|
|
|
|
|
|
|
|
TRANSLATIONS = ../../../data/i18n/paysages_fr.ts
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../system/release/ -lpaysages_system
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../system/debug/ -lpaysages_system
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../system/ -lpaysages_system
|
|
|
|
INCLUDEPATH += $$PWD/../../system
|
|
|
|
DEPENDPATH += $$PWD/../../system
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../basics/release/ -lpaysages_basics
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../basics/debug/ -lpaysages_basics
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../basics/ -lpaysages_basics
|
|
|
|
INCLUDEPATH += $$PWD/../../basics
|
|
|
|
DEPENDPATH += $$PWD/../../basics
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../rendering/release/ -lpaysages_rendering
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../rendering/debug/ -lpaysages_rendering
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../rendering/ -lpaysages_rendering
|
|
|
|
INCLUDEPATH += $$PWD/../../rendering
|
|
|
|
DEPENDPATH += $$PWD/../../rendering
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../definition/release/ -lpaysages_definition
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../definition/debug/ -lpaysages_definition
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../definition/ -lpaysages_definition
|
|
|
|
INCLUDEPATH += $$PWD/../../definition
|
|
|
|
DEPENDPATH += $$PWD/../../definition
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../render/software/release/ -lpaysages_render_software
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../render/software/debug/ -lpaysages_render_software
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../render/software/ -lpaysages_render_software
|
|
|
|
INCLUDEPATH += $$PWD/../../render/software
|
|
|
|
DEPENDPATH += $$PWD/../../render/software
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../render/preview/release/ -lpaysages_render_preview
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../render/preview/debug/ -lpaysages_render_preview
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../render/preview/ -lpaysages_render_preview
|
|
|
|
INCLUDEPATH += $$PWD/../../render/preview
|
|
|
|
DEPENDPATH += $$PWD/../../render/preview
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../render/opengl/release/ -lpaysages_render_opengl
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../render/opengl/debug/ -lpaysages_render_opengl
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../../render/opengl/ -lpaysages_render_opengl
|
|
|
|
INCLUDEPATH += $$PWD/../../render/opengl
|
|
|
|
DEPENDPATH += $$PWD/../../render/opengl
|