summaryrefslogtreecommitdiffstats
path: root/standalone/standalone.pro
blob: 847047d3f14fdb844fdb2bc6f4cf90cc57ee5355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app

TARGET = qt3dsceneeditor

QT += qml quick widgets

DEPENDPATH += ../editorlib
INCLUDEPATH += ../editorlib

win32:CONFIG (release, debug|release): LIBS += -L$$OUT_PWD/../editorlib/release -lqt3dsceneeditor
else:win32:CONFIG (debug, debug|release): LIBS += -L$$OUT_PWD/../editorlib/debug -lqt3dsceneeditor
else: LIBS += -L$$OUT_PWD/../editorlib -lqt3dsceneeditor

CONFIG += c++11

SOURCES += main.cpp

# Default rules for deployment.
include(deployment.pri)