@@ -139,18 +139,18 install_build_private_headers.CONFIG += target_predeps \ | |||
|
139 | 139 | QMAKE_EXTRA_COMPILERS += install_build_public_headers \ |
|
140 | 140 | install_build_private_headers \ |
|
141 | 141 | |
|
142 | target.path=$$[QT_INSTALL_LIBS] | |
|
143 | INSTALLS += target | |
|
144 | 142 | |
|
145 | 143 | win32:{ |
|
146 | dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS] | |
|
144 | bintarget.files = ..\\lib\\*.dll ..\\lib\\*.pdb | |
|
145 | bintarget.path = $$[QT_INSTALL_BINS] | |
|
146 | libtarget.files = ..\\lib\\*.a ..\\lib\\*.prl ..\\lib\\*.lib | |
|
147 | libtarget.path = $$[QT_INSTALL_LIBS] | |
|
147 | 148 | DLLDESTDIR = $$CHART_BUILD_BIN_DIR |
|
148 | dlltarget.path=$$[QT_INSTALL_BINS] | |
|
149 | target.files = ..\\lib\\*.a ..\\lib\\*.prl | |
|
150 | INSTALLS += dlltarget | |
|
149 | INSTALLS += bintarget libtarget | |
|
150 | }else{ | |
|
151 | target.path=$$[QT_INSTALL_LIBS] | |
|
152 | INSTALLS += target | |
|
151 | 153 | } |
|
152 | ||
|
153 | ||
|
154 | 154 | ################################ DEVELOPMENT BUILD ########################################## |
|
155 | 155 | # There is a problem with jom.exe currently. It does not seem to understand QMAKE_EXTRA_TARGETS properly. |
|
156 | 156 | # This is the case at least with shadow builds. |
General Comments 0
You need to be logged in to leave comments.
Login now