Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / original.pro @ ef177d24

Historique | Voir | Annoter | Télécharger (423 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

    
16
HEADERS  += original.h
17

    
18
FORMS    += original.ui
19

    
20
# include("lib/openexif/openexif.pri")
21
# include("lib/exiv2/exiv2.pri")
22

    
23
unix:LIBS += -lexiv2
24
win32:LIBS += -lexiv2
Redmine Appliance - Powered by TurnKey Linux