Seafood/populateDB/populateDB.pro
changeset 5 98d749cef1a7
equal deleted inserted replaced
4:a154e00a4448 5:98d749cef1a7
       
     1 #-------------------------------------------------
       
     2 #
       
     3 # Project created by QtCreator 2010-03-22T11:11:02
       
     4 #
       
     5 #-------------------------------------------------
       
     6 
       
     7 QT       += core
       
     8 QT += sql
       
     9 
       
    10 QT       -= gui
       
    11 
       
    12 TARGET = populateDB
       
    13 CONFIG   += console
       
    14 CONFIG   -= app_bundle
       
    15 
       
    16 TEMPLATE = app
       
    17 
       
    18 
       
    19 SOURCES += main.cpp
       
    20 
       
    21 HEADERS += \
       
    22     database.h