From 9b153722c8361b4461b53eeb055e09630c2df8c8 2012-02-22 09:26:43 From: Tero Ahola Date: 2012-02-22 09:26:43 Subject: [PATCH] Fixed deployment of chartwidgettest --- diff --git a/test/chartwidgettest/chartwidgettest.pro b/test/chartwidgettest/chartwidgettest.pro index 3f2e8ea..38e8aa1 100644 --- a/test/chartwidgettest/chartwidgettest.pro +++ b/test/chartwidgettest/chartwidgettest.pro @@ -7,6 +7,7 @@ TARGET = chartwidgettest TEMPLATE = app +DESTDIR = $$CHART_BUILD_BIN_DIR QT += core gui contains(QT_MAJOR_VERSION, 5) { diff --git a/test/test.pro b/test/test.pro index 942fb61..0b065a4 100644 --- a/test/test.pro +++ b/test/test.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs -SUBDIRS += \ - chartwidgettest \ +SUBDIRS += chartwidgettest \ qmlchart !win32:{