Projet

Général

Profil

Révision 1b04db7c

Voir les différences:

assistant.h
25 25
#define ASSISTANT_H
26 26

  
27 27
#include <QWizard>
28
#include <QFtp>
28
//#include <QFtp>
29 29
#include <QDebug>
30 30
#include <QDir>
31 31
#include <QTimer>
ryxeo-webphotoalbum.pro
4 4
#
5 5
#-------------------------------------------------
6 6

  
7
QT       += core gui network webkit
7
QT       += core gui network webkit webkitwidgets
8 8
system(ccache -V):QMAKE_CXX = ccache g++
9 9

  
10 10
TARGET = ryxeo-webphotoalbum
......
52 52
include(lib/abuleduloggerv1/abuleduloggerv1.pri)
53 53
include(lib/abuleduloadinganimationv1/abuleduloadinganimationv1.pri)
54 54
include(lib/abuledusingletonv1/abuledusingletonv1.pri)
55
include(lib/qtftp/src/qftp/qftp.pro)
tools.h
23 23
#ifndef TOOLS_H
24 24
#define TOOLS_H
25 25

  
26
#include <QFtp>
26
//#include <QFtp>
27 27
#include <QObject>
28 28
#include <QStringList>
29 29
#include <QMap>
......
32 32
#include <QDir>
33 33
#include <QThread>
34 34
#include <QWebView>
35
#include "qurlinfo.h"
36
#include "qftp.h"
35 37

  
36 38
class tools : public QObject
37 39
{

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux