@@ -147,18 +147,18 QMAKE_EXTRA_COMPILERS += install_build_public_headers \ | |||||
147 |
|
147 | |||
148 | win32:{ |
|
148 | win32:{ | |
149 | bintarget.CONFIG += no_check_exist |
|
149 | bintarget.CONFIG += no_check_exist | |
150 |
bintarget.files = $$CHART_BUILD_LIB_DIR\\ |
|
150 | bintarget.files = $$CHART_BUILD_LIB_DIR\\$${TARGET}.dll | |
151 | win32-msvc*:CONFIG(debug, debug|release): { |
|
151 | win32-msvc*:CONFIG(debug, debug|release): { | |
152 |
bintarget.files += $$CHART_BUILD_LIB_DIR\\ |
|
152 | bintarget.files += $$CHART_BUILD_LIB_DIR\\$${TARGET}.pdb | |
153 | } |
|
153 | } | |
154 | bintarget.path = $$[QT_INSTALL_BINS] |
|
154 | bintarget.path = $$[QT_INSTALL_BINS] | |
155 |
|
155 | |||
156 | libtarget.CONFIG += no_check_exist |
|
156 | libtarget.CONFIG += no_check_exist | |
157 |
libtarget.files = $$CHART_BUILD_LIB_DIR\\ |
|
157 | libtarget.files = $$CHART_BUILD_LIB_DIR\\$${TARGET}.prl | |
158 | win32-msvc*: { |
|
158 | win32-msvc*: { | |
159 |
libtarget.files += $$CHART_BUILD_LIB_DIR\\ |
|
159 | libtarget.files += $$CHART_BUILD_LIB_DIR\\$${TARGET}.lib | |
160 | } else { |
|
160 | } else { | |
161 |
libtarget.files += $$CHART_BUILD_LIB_DIR\\ |
|
161 | libtarget.files += $$CHART_BUILD_LIB_DIR\\lib$${TARGET}.a | |
162 | } |
|
162 | } | |
163 | libtarget.path = $$[QT_INSTALL_LIBS] |
|
163 | libtarget.path = $$[QT_INSTALL_LIBS] | |
164 |
|
164 |
General Comments 0
You need to be logged in to leave comments.
Login now