File: hmac.pro

package info (click to toggle)
zulucrypt 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 6,908 kB
  • sloc: ansic: 25,142; cpp: 23,281; makefile: 24; xml: 10; sh: 2
file content (21 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------
#
# Project created by QtCreator 2012-08-26T19:48:55
#
#-------------------------------------------------

QT       += core gui

TARGET = hmac
TEMPLATE = app

SOURCES += main.cpp\
	../mainwindow.cpp \
    ../../zuluCrypt-gui/dialogmsg.cpp

HEADERS  += ../mainwindow.h \
    ../../zuluCrypt-gui/dialogmsg.h

FORMS    += ../mainwindow.ui  ../../zuluCrypt-gui/dialogmsg.ui

QMAKE_CXXFLAGS += -std=c++11