Welcome to mirror list, hosted at ThFree Co, Russian Federation.

src.pri « app « src « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fcc91462166321e0ab697e46affc06de3eb7316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#			      W A R N I N G ! ! !                             #
#             a u t h o r i z e d    p e r s o n a l    o n l y               #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

APP_DIR = ../app

SOURCES *= $${APP_DIR}/AppAboutWindow.cpp \
           $${APP_DIR}/AppCanvas.cpp \
           $${APP_DIR}/AppConfig.cpp \
           $${APP_DIR}/AppGLWidget.cpp \
           $${APP_DIR}/AppInteractiveShaderWindow.cpp \
           $${APP_DIR}/AppMainWindow.cpp \
           $${APP_DIR}/AppOptionsWindow.cpp \
           $${APP_DIR}/AppProgressBar.cpp \
           $${APP_DIR}/AppStyleWindow.cpp \
           $${APP_DIR}/Controller.cpp \
           $${APP_DIR}/QGLBasicWidget.cpp \
           $${APP_DIR}/QStyleModuleSyntaxHighlighter.cpp \
           $${APP_DIR}/AppGL2DCurvesViewer.cpp \
           $${APP_DIR}/AppDensityCurvesWindow.cpp \
           $${APP_DIR}/ConfigIO.cpp \
           $${APP_DIR}/Main.cpp

HEADERS *= $${APP_DIR}/AppAboutWindow.h \
           $${APP_DIR}/AppCanvas.h \
           $${APP_DIR}/AppConfig.h \
           $${APP_DIR}/AppGLWidget.h \
           $${APP_DIR}/AppInteractiveShaderWindow.h \
           $${APP_DIR}/AppMainWindow.h \
           $${APP_DIR}/AppOptionsWindow.h \
           $${APP_DIR}/AppProgressBar.h \
           $${APP_DIR}/AppStyleWindow.h \
           $${APP_DIR}/QGLBasicWidget.h \
           $${APP_DIR}/QStyleModuleSyntaxHighlighter.h \
           $${APP_DIR}/AppGL2DCurvesViewer.h \
           $${APP_DIR}/AppDensityCurvesWindow.h \
	   $${APP_DIR}/ConfigIO.h \
           $${APP_DIR}/Controller.h

FORMS *= $${APP_DIR}/appmainwindowbase4.ui \
         $${APP_DIR}/interactiveshaderwindow4.ui \
         $${APP_DIR}/optionswindow4.ui \
         $${APP_DIR}/progressdialog4.ui \
         $${APP_DIR}/stylewindow4.ui \
         $${APP_DIR}/densitycurveswindow4.ui

RESOURCES = $${APP_DIR}/freestyle.qrc