Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / ryxeo-webphotoalbum.pro @ 7938c308

Historique | Voir | Annoter | Télécharger (797 octets)

1 ef177d24 Eric Seigne
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2012-06-03T15:06:58
4
#
5
#-------------------------------------------------
6
7 cf314c59 Eric Seigne
QT       += core gui network webkit
8 ef177d24 Eric Seigne
9 b0972317 Eric Seigne
TARGET = ryxeo-webphotoalbum
10 ef177d24 Eric Seigne
TEMPLATE = app
11
12
SOURCES += main.cpp\
13 71c02254 Eric Seigne
        original.cpp \
14 293017f7 Eric Seigne
    assistant.cpp \
15 d4a9c7c8 Eric Seigne
    tools.cpp \
16
    newalbumdialog.cpp
17 ef177d24 Eric Seigne
18 293017f7 Eric Seigne
HEADERS  += original.h \
19
    assistant.h \
20 d4a9c7c8 Eric Seigne
    tools.h \
21
    newalbumdialog.h
22 ef177d24 Eric Seigne
23 293017f7 Eric Seigne
FORMS    += original.ui \
24 d4a9c7c8 Eric Seigne
    assistant.ui \
25
    newalbumdialog.ui
26 ef177d24 Eric Seigne
27
unix:LIBS += -lexiv2
28 108e72d8 Eric Seigne
29
win32 {
30
    DEFINES      += __WINDOWS__=1
31 7938c308 Eric Seigne
    INCLUDEPATH  += $$quote(C:/msys/1.0/local/include)
32
    LIBS         += $$quote(C:/msys/1.0/local/lib/libexiv2.dll.a)
33 108e72d8 Eric Seigne
}
34 71c02254 Eric Seigne
35 92dc01fa Eric Seigne
RESOURCES += resources.qrc
36 cf314c59 Eric Seigne
37
# la lib quazip: les fichiers sont des archives zip
38
include(lib/quazip/quazip/quazip.pri)
Redmine Appliance - Powered by TurnKey Linux