Commit Graph

29 Commits

Author SHA1 Message Date
Arin Alex
3e0b58d3e2 DocWidget title color fixed 2018-03-26 23:57:44 +03:00
Arin Alexander
ddc19ed879 MacOS build fixed 2018-03-23 01:17:15 +03:00
Arin Alexander
6ad35d63be Easyprofiler added 2018-02-28 23:19:14 +03:00
Arin Alexander
3b417ef801 Dark theme fixed 2017-12-20 13:17:15 +03:00
Arin Alexander
0ab24565a5 GroupBox style fixed 2017-12-20 13:08:05 +03:00
Arin Alexander
2a1b759f74 theme updated 2017-12-11 21:59:11 +03:00
Arin Alexander
91d1e313c4 theme updated 2017-12-11 19:18:06 +03:00
Arin Alexander
13c6386af6 darktheme changed 2017-12-11 16:41:39 +03:00
Arin Alexander
911eb1102a plugin finished 2017-11-27 23:14:05 +03:00
Arin Alex
8d18a51c9d SpinBox theme fixed 2017-10-05 02:48:13 +03:00
Arin Alex
5a185c444d Dark theme dir renamed 2017-10-05 02:30:00 +03:00
Arin Alex
31f06a2320 Dark theme dir renamed 2017-10-05 02:29:03 +03:00
Arin Alex
cb9dd9e5d3 Dark theme added 2017-10-05 02:25:36 +03:00
Rodrigo Torres
f5f3f246f0 Remove parameter that does nothing 2017-09-10 01:03:32 -03:00
Arin Alex
280b90dd0e QZint has been fixed 2017-09-08 06:30:38 +03:00
Rodrigo Torres
c183e8f28c Forgot to remove old Zint folder 2017-09-05 18:32:49 -03:00
Rodrigo Torres
ba828a984f Update zint 2017-09-04 00:44:16 -03:00
Spiek
6b0195cb89 If compiling in debug mode append a "d" to the Target and also link to that files 2017-07-21 17:54:22 +02:00
Arin Alex
2c0e343c55 Static build has been fixed.
CONFIG no_zint & static_build flags have been added
2017-06-16 03:06:09 +03:00
Arin Alexander
ce01b9a9ab MinGW build fixed 2016-05-20 19:16:14 +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
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
Arin Alexander
6c7443c510 COPYING has been added to zint 2016-03-22 15:52:57 +03:00
Arin Alexander
7a10231858 Zint has been pached for MSVC2010 2016-03-22 15:49:35 +03:00
newsages
598d4f10ed Change to subforder project model. 2016-03-21 02:12:30 +01:00
newsages
9797b30d0a Qzint , need change pro from lib to subfolder, config +=ordered, to add
zint as subproyect
2016-03-21 00:49:04 +01:00