aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bin.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/bin.pro b/bin/bin.pro
new file mode 100644
index 0000000000..f0352035b8
--- /dev/null
+++ b/bin/bin.pro
@@ -0,0 +1,16 @@
+IDE_BUILD_TREE = $$OUT_PWD/..
+
+include(../qtcreator.pri)
+
+TEMPLATE = app
+TARGET = $$IDE_APP_WRAPPER
+OBJECTS_DIR =
+
+PRE_TARGETDEPS = $$PWD/qtcreator
+
+QMAKE_LINK = cp $$PWD/qtcreator $@ && : IGNORE REST
+
+QMAKE_CLEAN = $$IDE_APP_WRAPPER
+
+target.path = /bin
+INSTALLS += target