-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCircuits-AlphaVersion.pro
More file actions
37 lines (34 loc) · 916 Bytes
/
Circuits-AlphaVersion.pro
File metadata and controls
37 lines (34 loc) · 916 Bytes
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
32
33
34
35
36
37
######################################################################
# Automatically generated by qmake (3.0) sab gen 9 22:12:25 2016
######################################################################
TEMPLATE = app
TARGET = Circuits-AlphaVersion
INCLUDEPATH += .
# Input
HEADERS += adder.h \
ander.h \
circuitsWidget.h \
circuitsWindow.h \
collector.h \
component.h \
diver.h \
muler.h \
noter.h \
orer.h \
variable.h \
wire.h
SOURCES += adder.cpp \
ander.cpp \
circuitsWidget.cpp \
circuitsWindow.cpp \
collector.cpp \
component.cpp \
diver.cpp \
main.cpp \
muler.cpp \
noter.cpp \
orer.cpp \
variable.cpp \
wire.cpp
#Qt modules
QT += core gui widgets