2013-08-23 20:56:58 +00:00
|
|
|
include(../common.pri)
|
|
|
|
|
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-04-17 12:29:51 +00:00
|
|
|
OBJECTS_DIR = $$DESTDIR/editing/
|
|
|
|
MOC_DIR = $$OBJECTS_DIR/moc/
|
2011-12-25 21:19:32 +00:00
|
|
|
|
2013-08-22 21:45:46 +00:00
|
|
|
DEPENDPATH += ..
|
|
|
|
linux-clang:LIBS += -L$$DESTDIR -lpaysages_rendering -lpaysages_exploring -lGLU
|
|
|
|
win32:LIBS += ../../libpaysages.a -lDevIL -lILU -lILUT -lglib-2.0 -lgthread-2.0
|
2011-12-25 21:19:32 +00:00
|
|
|
|
2013-08-22 21:45:46 +00:00
|
|
|
TRANSLATIONS = ../../data/i18n/paysages_fr.ts
|
2012-02-28 13:45:11 +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
|
|
|
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 \
|
|
|
|
textures/PreviewLayerCoverage.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 \
|
|
|
|
textures/PreviewLayerCoverage.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 \
|
|
|
|
lighting/DialogMaterialEditor.ui
|
2013-05-05 13:37:06 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
../../data/ui_pictures.qrc
|