1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets QT += core gui TEMPLATE = lib VERSION = 4.2.0 DEFINES += QHEXEDIT_EXPORTS HEADERS = \ qhexedit.h \ chunks.h \ commands.h SOURCES = \ qhexedit.cpp \ chunks.cpp \ commands.cpp Release:TARGET = qhexedit Debug:TARGET = qhexeditd unix:DESTDIR = /usr/lib win32:DESTDIR = ../lib