3 greaterThan(QT_MAJOR_VERSION
, 4): QT
+= widgets
7 # You can make your code fail to compile if it uses deprecated APIs.
8 # In order to do so, uncomment the following line.
9 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
27 # ***** Added by Jakob
28 INCLUDEPATH
+= . ../../include
../../host
29 INCLUDEPATH
+= ../qload
# bitcoach_routines.h
31 LIBS
+= -lm
-lusb
-1.0 -lminizip
32 # Choose one of the following:
33 # 1. Compile source files with g++ and put them in .
34 #SOURCES += commands.c common.c tap.c trutusb.c usbw_libusb1.c
35 #VPATH += . ../../host
36 # 2. Use precomplied (with gcc) objects in host dir
37 LIBS
+= ../../host
/commands
.o
../../host
/common
.o
../../host
/tap
.o
../../host
/trutusb
.o
../../host
/usbw_libusb1
.o
38 # ****** End of Jakobs additions
40 # Default rules for deployment.
41 qnx
: target
.path
= /tmp
/$$
{TARGET
}/bin
42 else
: unix
:!android
: target
.path
= /opt
/$$
{TARGET
}/bin
43 !isEmpty(target
.path
): INSTALLS
+= target