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-10-06 21:04:04 +00:00
|
|
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/..
|
|
|
|
|
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
|
|
|
widgetexplorer.h \
|
|
|
|
widgetcurveeditor.h \
|
|
|
|
tools.h \
|
|
|
|
previewosd.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 \
|
|
|
|
explorerchunkterrain.h \
|
|
|
|
explorerchunksky.h \
|
|
|
|
dialogrender.h \
|
|
|
|
dialognoise.h \
|
|
|
|
dialoglayers.h \
|
|
|
|
dialogexplorer.h \
|
|
|
|
dialogcurve.h \
|
|
|
|
dialogcolorgradation.h \
|
|
|
|
basepreview.h \
|
|
|
|
baseinput.h \
|
|
|
|
baseformlayer.h \
|
|
|
|
baseform.h \
|
|
|
|
baseexplorerchunk.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
|
|
|
common/previewrenderer.h \
|
|
|
|
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 \
|
|
|
|
common/DrawingWidget.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 \
|
|
|
|
textures/DialogTexturesLayer.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
|
|
|
widgetexplorer.cpp \
|
|
|
|
widgetcurveeditor.cpp \
|
|
|
|
tools.cpp \
|
|
|
|
previewosd.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 \
|
|
|
|
explorerchunkterrain.cpp \
|
|
|
|
explorerchunksky.cpp \
|
|
|
|
dialogrender.cpp \
|
|
|
|
dialognoise.cpp \
|
|
|
|
dialoglayers.cpp \
|
|
|
|
dialogexplorer.cpp \
|
|
|
|
dialogcurve.cpp \
|
|
|
|
dialogcolorgradation.cpp \
|
|
|
|
basepreview.cpp \
|
|
|
|
baseinput.cpp \
|
|
|
|
baseformlayer.cpp \
|
|
|
|
baseform.cpp \
|
|
|
|
baseexplorerchunk.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
|
|
|
common/previewrenderer.cpp \
|
|
|
|
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 \
|
|
|
|
common/DrawingWidget.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 += \
|
|
|
|
../../data/ui_pictures.qrc
|
2013-10-06 21:04:04 +00:00
|
|
|
|
|
|
|
TRANSLATIONS = ../../data/i18n/paysages_fr.ts
|
2013-10-20 12:34:55 +00:00
|
|
|
|
|
|
|
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
|
2013-10-20 14:47:59 +00:00
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../exploring/release/ -lpaysages_exploring
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../exploring/debug/ -lpaysages_exploring
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../exploring/ -lpaysages_exploring
|
|
|
|
INCLUDEPATH += $$PWD/../exploring
|
|
|
|
DEPENDPATH += $$PWD/../exploring
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-10-30 14:39:56 +00:00
|
|
|
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
|