newsages
|
abea99bd3f
|
simplify DEST_BINS, DEST_LIBS
|
2016-04-03 15:33:41 +02:00 |
|
newsages
|
1acaa431c4
|
ARCH_TYPE
unix{
ARCH_DIR = $${OUT_PWD}/unix
ARCH_TYPE = unix
macx{
ARCH_DIR = $${OUT_PWD}/macx
ARCH_TYPE = macx
}
linux{
!contains(QT_ARCH, x86_64){
message("Compiling for 32bit system")
ARCH_DIR = $${OUT_PWD}/linux32
ARCH_TYPE = linux32
}else{
message("Compiling for 64bit system")
ARCH_DIR = $${OUT_PWD}/linux64
ARCH_TYPE = linux64
}
}
}
win32 {
ARCH_DIR = $${OUT_PWD}/win32
ARCH_TYPE = win32
}
DESTDIR = $${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
LIBS += -L$${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
|
2016-04-03 15:08:17 +02:00 |
|
Arin Alex
|
57e7346e22
|
Fix build on Linux
|
2016-04-02 06:03:11 +03:00 |
|
Arin Alexander
|
d3038816ca
|
Fix build on Windows
|
2016-04-02 06:05:41 +04:00 |
|
Arin Alex
|
2b0e211bc9
|
$$QMAKE_COPY --> $$QMAKE_COPY_DIR
|
2016-04-02 03:43:52 +03:00 |
|
Arin Alexander
|
ca1a700b61
|
Fix build on Windows
|
2016-04-01 19:46:42 +04:00 |
|
Newsages
|
aeb11d0318
|
not use end of / on $$VARIABLE_DIR for unix
|
2016-03-31 15:30:00 +02:00 |
|
Arin Alexander
|
6f35c5e2a3
|
Build on Linux & Mac fixed
|
2016-03-31 03:55:27 +03:00 |
|
newsages
|
7d6d7d39c8
|
logical Structure folders
|
2016-03-27 21:02:58 +02:00 |
|
newsages
|
7ed8d40785
|
Update Fork
|
2016-03-24 15:10:44 +01:00 |
|
newsages
|
d80eb334ff
|
need end "/" for copy : REPORTS_DIR = $${DEST_DIR}/demo_reports/
|
2016-03-24 12:47:39 +01:00 |
|
Arin Alex
|
7e78790123
|
Fix build demo on Linux
|
2016-03-22 23:12:25 +03:00 |
|
Arin Alexander
|
0550654b04
|
Some limereport's project structure changes
|
2016-03-22 15:55:02 +03:00 |
|
newsages
|
598d4f10ed
|
Change to subforder project model.
|
2016-03-21 02:12:30 +01:00 |
|