contactengine/contactengine.pro
changeset 34 93c5a58496b6
parent 28 7242cf5e2cd7
child 36 2886a23e4d5d
equal deleted inserted replaced
33:f6cf541961ad 34:93c5a58496b6
     2 #
     2 #
     3 # Project created by QtCreator 2010-08-03T16:15:24
     3 # Project created by QtCreator 2010-08-03T16:15:24
     4 #
     4 #
     5 #-------------------------------------------------
     5 #-------------------------------------------------
     6 
     6 
     7 QT       += core gui sql
     7 QT       += core gui sql svg
     8 
     8 
     9 TARGET = contactengine
     9 TARGET = contactengine
    10 TEMPLATE = app
    10 TEMPLATE = app
    11 
    11 
    12 CONFIG += debug
    12 CONFIG += debug
    13 
    13 
    14 SOURCES += main.cpp\
    14 SOURCES += main.cpp\
    15         mainwindow.cpp \
    15         mainwindow.cpp \
    16     contactsengine.cpp \
    16     contactsengine.cpp \
    17     dbtools.cpp
    17     dbtools.cpp \
       
    18     detailsgv.cpp
    18 
    19 
    19 HEADERS  += mainwindow.h \
    20 HEADERS  += mainwindow.h \
    20     contactsengine.h \
    21     contactsengine.h \
    21     database.h \
    22     database.h \
    22     dbtools.h \
    23     dbtools.h \
    23     database.h
    24     database.h \
       
    25     detailsgv.h
    24 
    26 
    25 
    27 
    26 FORMS    += mainwindow.ui
    28 FORMS    += mainwindow.ui
    27 
    29 
    28 CONFIG += mobility
    30 CONFIG += mobility