System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Blob of src/sif/sif.pro (raw blob data)

1
2 DEFINES += _BUILD_SIF_
3
4 SRC_DIR = $$PWD/../
5 INCLUDEPATH += $$SRC_DIR
6
7 DESTDIR = $$SRC_DIR/../lib
8 TARGET = sif
9 VERSION = 1
10
11
12
13 HEADERS += mainwindow.h \
14 aerobutton.h \
15 private/stackedwidget.h \
16 private/headerwidget.h \
17 private/centralwidget.h \
18 private/buttonarea.h \
19 private/clickablelabel.h \
20 view.h \
21 private/footerwidget.h
22
23 SOURCES += mainwindow.cpp \
24 aerobutton.cpp \
25 private/stackedwidget.cpp \
26 private/headerwidget.cpp \
27 private/centralwidget.cpp \
28 private/buttonarea.cpp \
29 private/clickablelabel.cpp \
30 view.cpp \
31 private/footerwidget.cpp
32
33
34 TEMPLATE = lib
35
36 CONFIG += dll