contactengine/contactengine.pro
changeset 20 a7451a8eb5dc
parent 19 e4b6ee329501
child 23 51fcdd1558d8
equal deleted inserted replaced
19:e4b6ee329501 20:a7451a8eb5dc
     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 webkit
     7 QT       += core gui webkit sql
     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 
    18 
    18 HEADERS  += mainwindow.h \
    19 HEADERS  += mainwindow.h \
    19     contactsengine.h
    20     contactsengine.h \
       
    21     database.h \
       
    22     dbtools.h
    20 
    23 
    21 FORMS    += mainwindow.ui
    24 FORMS    += mainwindow.ui
    22 
    25 
    23 CONFIG += mobility
    26 CONFIG += mobility
    24 MOBILITY = contacts
    27 MOBILITY = contacts