-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathArduinoPulseGeneratorGui.pro
More file actions
41 lines (34 loc) · 1.13 KB
/
ArduinoPulseGeneratorGui.pro
File metadata and controls
41 lines (34 loc) · 1.13 KB
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
38
39
40
41
######################################################################
# Automatically generated by qmake (2.01a) Sat Apr 9 21:20:03 2011
######################################################################
TEMPLATE = app
TARGET = ArduinoPulseGenerator
DEPENDPATH += .
INCLUDEPATH += . PulseStateMachine
CONFIG += no_keywords
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport concurrent
# libraries
include(libs/qwt/src/qwt.pri)
include(libs/qextserialport/src/qextserialport.pri)
# support for building universal binaries on the mac
isEmpty( MACTARGET ) {
MACTARGET = intel
}
macx {
contains( MACTARGET, intel ) {
message( "Adding support for intel macs" )
CONFIG += x86
}
contains( MACTARGET, ppc ) {
message( "Adding support for ppc macs" )
CONFIG += ppc
# if we are building a universal binary set the SDK path to the universal SDK
contains( MACTARGET, intel ) {
QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk
}
}
}
# Input
HEADERS += ProgramGuiWindow.h
SOURCES += ProgramGuiWindow.cpp PulseGeneratorGui.cpp PulseStateMachine/pulseStateMachine.cpp