-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathqpseq64.pro
42 lines (37 loc) · 1.34 KB
/
qpseq64.pro
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
42
#******************************************************************************
# qpseq64.pro (qpseq64)
#------------------------------------------------------------------------------
##
# \file qpseq64.pro
# \library qpseq64 application
# \author Chris Ahlstrom
# \date 2018-04-08
# \update 2018-10-13
# \version $Revision$
# \license $XPC_SUITE_GPL_LICENSE$
#
# Created by and for Qt Creator. This file was created for editing the project
# sources only. You may attempt to use it for building too, by modifying this
# file here.
#
# Important:
#
# This project file is designed only for Qt 5 (and above?).
#
# message($$_PRO_FILE_PWD_)
#
#------------------------------------------------------------------------------
TEMPLATE = subdirs
SUBDIRS = libseq64 seq_portmidi seq_qt5 Seq64qt5
CONFIG += static link_prl ordered qtc_runnable c++11
# None of these seem to work on 32-bit Linux using Qt 5.3:
#
# CONFIG += c++14
# QMAKE_CXXFLAGS += -std=gnu++14
QMAKE_CXXFLAGS += -std=c++11
Seq64qt5.depends = libseq64 seq_portmidi seq_qt5
#******************************************************************************
# qpseq64.pro (qpseq64)
#------------------------------------------------------------------------------
# vim: ts=3 sw=3 ft=automake
#------------------------------------------------------------------------------