Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / original.pro @ 71c02254

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

1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2012-06-03T15:06:58
4
#
5
#-------------------------------------------------
6

    
7
QT       += core gui
8

    
9
TARGET = original
10
TEMPLATE = app
11

    
12

    
13
SOURCES += main.cpp\
14
        original.cpp \
15
    mymodel.cpp \
16
    mymodelitem.cpp
17

    
18
HEADERS  += original.h \
19
    mymodel.h \
20
    mymodelitem.h
21

    
22
FORMS    += original.ui
23

    
24
# include("lib/openexif/openexif.pri")
25
# include("lib/exiv2/exiv2.pri")
26

    
27
unix:LIBS += -lexiv2
28
win32:LIBS += -lexiv2
29

    
30
RESOURCES += \
31
    resources.qrc
Redmine Appliance - Powered by TurnKey Linux