##// END OF EJS Templates
Another version of src.pro fun
Michal Klocek -
r1043:812fffe40dcc
parent child
Show More
@@ -7,7 +7,7 DESTDIR = $$CHART_BUILD_LIB_DIR
7 7 TEMPLATE = lib
8 8 QT = core gui
9 9 DEFINES += QTCOMMERCIALCHART_LIBRARY
10 win32:CONFIG+=create_prl
10 win32:CONFIG += create_prl
11 11 # treat warnings as errors
12 12 win32-msvc*: {
13 13 QMAKE_CXXFLAGS += /WX
@@ -146,7 +146,7 win32:{
146 146 dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS]
147 147 DLLDESTDIR = $$CHART_BUILD_BIN_DIR
148 148 dlltarget.path=$$[QT_INSTALL_BINS]
149 target.files= ..\\lib\\*.a ..\\lib\\*.prl
149 target.files = ..\\lib\\*.a ..\\lib\\*.prl
150 150 INSTALLS += dlltarget
151 151 }
152 152
General Comments 0
You need to be logged in to leave comments. Login now