File: model.pri

package info (click to toggle)
fritzing 0.9.3b%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 38,868 kB
  • sloc: cpp: 102,277; ansic: 2,611; python: 2,523; xml: 1,981; sh: 261; makefile: 24
file content (31 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# /*******************************************************************
# Part of the Fritzing project - http://fritzing.org
# Copyright (c) 2007-08 Fritzing
# Fritzing is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Fritzing is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with Fritzing. If not, see <http://www.gnu.org/licenses/>.
# ********************************************************************
# $Revision: 3727 $:
# $Author: cohen@irascible.com $:
# $Date: 2009-11-14 12:36:34 +0100 (Sat, 14 Nov 2009) $
# ********************************************************************/
HEADERS += \
    src/model/modelbase.h \
    src/model/modelpart.h \
    src/model/modelpartshared.h \
    src/model/palettemodel.h \
    src/model/sketchmodel.h 
    
SOURCES += \
    src/model/modelbase.cpp \
    src/model/modelpart.cpp \
    src/model/modelpartshared.cpp \
    src/model/palettemodel.cpp \
    src/model/sketchmodel.cpp