Arin Alexander
|
aa040e8031
|
LRDemo_r2 will get first template file to show
|
2017-03-03 02:23:23 +03:00 |
|
Arin Alexander
|
97bd5e4584
|
Fix #56 isBusy has been added to ReportEngine
|
2016-12-13 12:47:55 +03:00 |
|
Arin Alexander
|
2132bc9e34
|
actionOneToOne fixed
|
2016-05-24 01:39:56 +04:00 |
|
Arin Alexander
|
11a06456b1
|
Demo R2 refactored
|
2016-05-24 01:32:21 +04:00 |
|
Arin Alexander
|
ce01b9a9ab
|
MinGW build fixed
|
2016-05-20 19:16:14 +04:00 |
|
Arin Alexander
|
8aa23b3fb9
|
Window icon changed
|
2016-04-06 23:01:27 +04:00 |
|
Arin Alexander
|
79feedd360
|
page scale refactored
|
2016-04-06 00:06:11 +04:00 |
|
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 Alexander
|
caa516d6bd
|
Scale actions have been added to Report Preview Window
|
2016-04-02 16:07:01 +03: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
|
2a16d10df2
|
Demo r2 added
|
2016-04-02 03:39:45 +03:00 |
|