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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
COMPILEUSB=no
TEMPLATE = app
LANGUAGE = C++
TARGET = algobox
equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 6) {
QT += core gui xml webenginewidgets network widgets printsupport
} else {
message("Qt>=5.7 est requis")
}
ALGOBOXVERSION=1.0.2
DEFINES += ALGOBOXVERSION=$${ALGOBOXVERSION}
CONFIG += qt hide_symbols warn_off rtti_off exceptions_off c++11 release
CONFIG -= precompile_header
gcc {
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
}
msvc {
QMAKE_CXXFLAGS_WARN_ON += -wd"4100"
}
###############################
HEADERS += algobox.h \
algoconsole.h \
appeldialog.h \
fonctiondialog.h \
renvoyerdialog.h \
browserdialog.h \
browser.h \
consoledialog.h \
animatedlabel.h \
variabledialog.h \
modifierlignedialog.h \
liredialog.h \
afficherdialog.h \
messagedialog.h \
affectationdialog.h \
conditiondialog.h \
pourdialog.h \
pourlineedit.h \
tantquedialog.h \
pointdialog.h \
segmentdialog.h \
aproposdialog.h \
algowebview.h \
algowebpage.h \
commentairedialog.h \
loghighlighter.h \
consolehighlighter.h \
algoeditor.h \
algohighlighter.h \
algoeditorview.h \
linenumberwidget.h \
findwidget.h \
blockdata.h \
replacedialog.h \
verifdialog.h \
treedelegate.h \
x11fontdialog.h \
jsmainwindow.h \
jseditorview.h \
jseditor.h \
jshighlighter.h \
jslinenumberwidget.h \
jsfindwidget.h \
jsreplacedialog.h \
geticon.h \
latexhighlighter.h \
toolbox.h \
latexviewdialog.h \
configdialog.h \
affichercalculdialog.h
SOURCES += main.cpp \
algobox.cpp \
appeldialog.cpp \
fonctiondialog.cpp \
renvoyerdialog.cpp \
algoconsole.cpp \
browser.cpp \
consoledialog.cpp \
browserdialog.cpp \
animatedlabel.cpp \
variabledialog.cpp \
modifierlignedialog.cpp \
liredialog.cpp \
afficherdialog.cpp \
messagedialog.cpp \
affectationdialog.cpp \
conditiondialog.cpp \
pourdialog.cpp \
pourlineedit.cpp \
tantquedialog.cpp \
pointdialog.cpp \
segmentdialog.cpp \
aproposdialog.cpp \
algowebview.cpp \
algowebpage.cpp \
commentairedialog.cpp \
loghighlighter.cpp \
consolehighlighter.cpp \
algoeditor.cpp \
algohighlighter.cpp \
algoeditorview.cpp \
linenumberwidget.cpp \
findwidget.cpp \
blockdata.cpp \
replacedialog.cpp \
verifdialog.cpp \
treedelegate.cpp \
x11fontdialog.cpp \
jsmainwindow.cpp \
jseditorview.cpp \
jseditor.cpp \
jshighlighter.cpp \
jslinenumberwidget.cpp \
jsfindwidget.cpp \
jsreplacedialog.cpp \
geticon.cpp \
latexhighlighter.cpp \
toolbox.cpp \
latexviewdialog.cpp \
configdialog.cpp \
affichercalculdialog.cpp
RESOURCES += algobox.qrc
FORMS += algobox.ui \
appeldialog.ui \
fonctiondialog.ui \
renvoyerdialog.ui \
browserdialog.ui \
consoledialog.ui \
variabledialog.ui \
modifierlignedialog.ui \
liredialog.ui \
afficherdialog.ui \
messagedialog.ui \
affectationdialog.ui \
conditiondialog.ui \
pourdialog.ui \
tantquedialog.ui \
pointdialog.ui \
segmentdialog.ui \
aproposdialog.ui \
commentairedialog.ui \
findwidget.ui \
replacedialog.ui \
verifdialog.ui \
x11fontdialog.ui \
latexviewdialog.ui \
configdialog.ui \
affichercalculdialog.ui
################################
unix:!macx {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
isEmpty( PREFIX ) {
PREFIX=/usr
}
isEmpty( DESKTOPDIR ) {
DESKTOPDIR=/usr/share/applications
}
isEmpty( ICONDIR ) {
ICONDIR=/usr/share/pixmaps
}
isEmpty( MIMEDIR ) {
MIMEDIR=/usr/share/mime/packages
}
DEFINES += PREFIX=\\\"$${PREFIX}\\\"
INCLUDEPATH +=$${QTDIR}/include/
target.path = $${PREFIX}/bin
utilities.path = $${PREFIX}/share/algobox
desktop.path = $${DESKTOPDIR}
icon.path = $${ICONDIR}
mime.path = $${MIMEDIR}
INSTALLS = target
utilities.files = utilities/qt_fr.qm \
ressources/eleve_calcul_recurrent.alg \
ressources/eleve_distance_sur_un_axe.alg \
ressources/eleve_que_fait_lalgo.alg \
ressources/eleve_simplification_calculs_enchaines.alg \
ressources/eleve_simul_lancers_de.alg \
ressources/prof_babylone.alg \
ressources/prof_balayage_fonctions.alg \
ressources/prof_courbe_fonction.alg \
ressources/prof_decomp_facteurspremiers.alg \
ressources/prof_dichotomie.alg \
ressources/prof_ductoscane.alg \
ressources/prof_euler.alg \
ressources/prof_integrale_trapezes.alg \
ressources/prof_montecarlo.alg \
ressources/prof_pgcd_euclide.alg \
ressources/prof_somme_entiers.alg \
ressources/prof_suite_syracuse.alg \
ressources/prof_tri_abulle.alg \
ressources/prof_pgcd_recursif.alg \
ressources/aidealgobox.html \
utilities/AUTHORS \
utilities/COPYING \
utilities/CHANGELOG.txt
INSTALLS += utilities
desktop.files = utilities/algobox.desktop
INSTALLS += desktop
icon.files = utilities/algobox.png
INSTALLS += icon
mime.files = utilities/x-algobox.xml
INSTALLS += mime
}
################################
win32 {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
RC_FILE = win.rc
equals(COMPILEUSB,no){
target.path = algoboxwin64
utilities.path = algoboxwin64/ressources
} else {
DEFINES += USB_VERSION
target.path = algoboxwin64usb
utilities.path = algoboxwin64usb/ressources
}
LIBS_PRIVATE += -ladvapi32 -lgdi32 -luser32
INSTALLS = target
utilities.files = utilities/qt_fr.qm \
ressources/eleve_calcul_recurrent.alg \
ressources/eleve_distance_sur_un_axe.alg \
ressources/eleve_que_fait_lalgo.alg \
ressources/eleve_simplification_calculs_enchaines.alg \
ressources/eleve_simul_lancers_de.alg \
ressources/prof_babylone.alg \
ressources/prof_balayage_fonctions.alg \
ressources/prof_courbe_fonction.alg \
ressources/prof_decomp_facteurspremiers.alg \
ressources/prof_dichotomie.alg \
ressources/prof_ductoscane.alg \
ressources/prof_euler.alg \
ressources/prof_integrale_trapezes.alg \
ressources/prof_montecarlo.alg \
ressources/prof_pgcd_euclide.alg \
ressources/prof_somme_entiers.alg \
ressources/prof_suite_syracuse.alg \
ressources/prof_tri_abulle.alg \
ressources/prof_pgcd_recursif.alg \
ressources/aidealgobox.html \
utilities/AUTHORS \
utilities/COPYING \
utilities/CHANGELOG.txt
INSTALLS += utilities
}
###############################
macx {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
LIBS_PRIVATE += -framework AppKit -framework CoreFoundation
QMAKE_MAC_SDK=macosx
#QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
target.path = Algobox
INSTALLS = target
utilities.path = Contents/Resources
utilities.files = utilities/qt_menu.nib \
utilities/qt_fr.qm \
ressources/eleve_calcul_recurrent.alg \
ressources/eleve_distance_sur_un_axe.alg \
ressources/eleve_que_fait_lalgo.alg \
ressources/eleve_simplification_calculs_enchaines.alg \
ressources/eleve_simul_lancers_de.alg \
ressources/prof_babylone.alg \
ressources/prof_balayage_fonctions.alg \
ressources/prof_courbe_fonction.alg \
ressources/prof_decomp_facteurspremiers.alg \
ressources/prof_dichotomie.alg \
ressources/prof_ductoscane.alg \
ressources/prof_euler.alg \
ressources/prof_integrale_trapezes.alg \
ressources/prof_montecarlo.alg \
ressources/prof_pgcd_euclide.alg \
ressources/prof_somme_entiers.alg \
ressources/prof_suite_syracuse.alg \
ressources/prof_tri_abulle.alg \
ressources/prof_pgcd_recursif.alg \
ressources/aidealgobox.html \
utilities/AUTHORS \
utilities/COPYING \
utilities/CHANGELOG.txt
QMAKE_BUNDLE_DATA += utilities
INSTALLS += utilities
ICON = algobox.icns
QMAKE_INFO_PLIST =Info.plist
}
|