summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/standalone.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/standalone/standalone.pro')
-rw-r--r--tools/qmldebugger/standalone/standalone.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/qmldebugger/standalone/standalone.pro b/tools/qmldebugger/standalone/standalone.pro
new file mode 100644
index 0000000..72e3ef5
--- /dev/null
+++ b/tools/qmldebugger/standalone/standalone.pro
@@ -0,0 +1,18 @@
+DESTDIR = ../../bin
+
+include(qmldebugger.pri)
+
+HEADERS += $$PWD/qmldebugger.h \
+ $$PWD/engine.h
+
+SOURCES += $$PWD/qmldebugger.cpp \
+ $$PWD/engine.cpp \
+ $$PWD/main.cpp
+
+RESOURCES += $$PWD/qmldebugger.qrc
+OTHER_FILES += $$PWD/engines.qml
+
+target.path=$$[QT_INSTALL_BINS]
+INSTALLS += target
+
+CONFIG += console