-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhysique.pro
63 lines (51 loc) · 1.83 KB
/
Physique.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
######################################################################
# Automatically generated by qmake (2.01a) mer. fvr. 2 17:47:29 2011
######################################################################
# copyright Guillaume DIDIER 2011
######################################################################
CONFIG += ordered recursive debug_and_release
TEMPLATE = subdirs
SUBDIRS += src
OBJECTS_DIR = .obj
MOC_DIR = .moc
RCC_DIR = .rcc
INCLUDEPATH += "include"
# CONFIG += release
#QT += xml xmlpatterns
#TARGET =
#DEPENDPATH += .
#INCLUDEPATH += .
#mac:TARGET = "Progress Table Generator"
#else:TARGET = ProgressTableGenerator
#VERSION = 0.1.0 # Changes must be reflected in Physique.h and InfoPlist-Physique.plist
# Input
#GuiSources += MainMenuBar.cpp MainWindow.cpp ProgressTableW.cpp
#PhysicsSources += Element.cpp ElementTable.cpp Molecule.cpp Equation.cpp
#SOURCES += main.cpp $$GuiSources $$PhysicsSources
#PrivateGuiHeader = MainWindow_p.h
#GuiHeaders += MainMenuBar.h MainWindow.h ProgressTableW.h $$PrivateGuiHeader
#PhysicsHeaders += Element.h ElementTable.h Molecule.h Equation.h
#HEADERS += Physique.h $$GuiHeaders $$PhysicsHeaders
#TRANSLATIONS += Physique_fr.ts
#RESOURCES += Physique.qrc
#macx {
# include(Physique_mac.pri)
# QMAKE_INFO_PLIST = InfoPlist-Physique.plist
# Bundle_Ressources.files = en.lproj fr.lproj
# Bundle_Ressources.path = Contents/Resources
# QMAKE_BUNDLE_DATA += Bundle_Ressources
# RESOURCES += Physique_mac.qrc
# ICON = Erlenmeyer.icns
#}
#else:RESOURCES += Physique_other.qrc
#CONFIG(debug) {
# DEFINES += DEBUG
# SOURCES += UnitTest.cpp
# HEADERS += UnitTest.h
#}
#win32:RC_FILE = Physique_win_icon.rc
#DEFINES += XMLPARSER_INCLUDED
#macx-xcode:DEFINES += VERSION=\"$${VERSION}\"
#!macx-xcode:DEFINES += VERSION=\\\"$${VERSION}\\\"
#elementTableFiles += ElementTable.xml
#OTHER_FILES += elementTableFiles