summaryrefslogtreecommitdiff
blob: cc7621969991aca7deabcfa842f149de335407a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- tools/assistant/compat/compat.pro	2010-10-08 16:54:09.804000000 +0300
+++ tools/assistant/compat/compat.pro	2010-10-08 16:54:37.884000000 +0300
@@ -14,6 +14,8 @@
 
 PROJECTNAME = Assistant
 
+DESTDIR = ../../../bin
+
 FORMS += helpdialog.ui \
         mainwindow.ui \
         tabbedbrowser.ui \
@@ -59,6 +61,9 @@
     TARGET = Assistant_adp
 }
 
+target.path=$$[QT_INSTALL_BINS]
+INSTALLS += target
+
 TRANSLATIONS = translations/assistant_adp_de.ts \
     translations/assistant_adp_ja.ts \
     translations/assistant_adp_pl.ts \