-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFilezillaUserAdmin.pro
More file actions
41 lines (32 loc) · 933 Bytes
/
FilezillaUserAdmin.pro
File metadata and controls
41 lines (32 loc) · 933 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#-------------------------------------------------
#
# Project created by QtCreator 2012-12-04T08:53:11
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FilezillaUserAdmin
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
filezillaserverdesc.cpp \
filezillaadminconnection.cpp \
md5.cpp \
filezillaaccounts.cpp \
filezillausermodel.cpp \
editdirectoriesdialog.cpp \
filezillapacket.cpp \
filezillaaccountcontroller.cpp
HEADERS += mainwindow.h \
filezillaserverdesc.h \
filezillaadminconnection.h \
md5.h \
filezillaaccounts.h \
filezillausermodel.h \
editdirectoriesdialog.h \
filezillapacket.h \
filezillaaccountcontroller.h
FORMS += mainwindow.ui \
editdirectoriesdialog.ui
unix:QMAKE_CXXFLAGS += -std=c++0x
win32:DEFINES += _CRT_SECURE_NO_WARNINGS