summaryrefslogtreecommitdiffstats
path: root/src/Authoring/MorphLines/MorphLines.pro
blob: 9cdace66575c599d2cc93e8aea863ea2bee159ff (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
TEMPLATE = app
TARGET = MorphLines
include(../commoninclude.pri)
include($$OUT_PWD/../qtAuthoring-config.pri)
INCLUDEPATH += $$OUT_PWD/..

CONFIG += console nostrictstrings
QT -= gui
DEFINES += _UNICODE QT3DS_AUTHORING _AFXDLL PCRE_STATIC

INCLUDEPATH += \
    ../QT3DSIMP/Qt3DSImportLib \
    ../../Runtime/Source/render \
    ../../Runtime/Source/foundation \
    ../../3rdparty/EASTL/UnknownVersion/include

LIBS += \
    $$QMAKE_LIBS_FBX \
    -lws2_32 \
    -lEASTL$$qtPlatformTargetSuffix() \
    -lRpcrt4 \
    -lGdiplus \
    -lUser32 \
    -lUserenv \
    -lWbemuuid \
    -lWinmm \
    -lqt3dsruntimestatic$$qtPlatformTargetSuffix() \
    -lCoreLib$$qtPlatformTargetSuffix() \
    -lCommonLib$$qtPlatformTargetSuffix()

SOURCES += MorphLines.cpp

load(qt_tool)

INSTALLS -= target