Skip to content

Commit 5357951

Browse files
committed
Fixed project file
1 parent b8a73e2 commit 5357951

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DFTFringe.pro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ SOURCES += SingleApplication/singleapplication.cpp \
148148
annulushelpdlg.cpp \
149149
arbitrarywavefronthelp.cpp \
150150
arbitrarywavwidget.cpp \
151+
astigpolargraph.cpp \
151152
astigscatterplot.cpp \
152153
astigstatsdlg.cpp \
153154
astigzoomer.cpp \
@@ -181,6 +182,7 @@ SOURCES += SingleApplication/singleapplication.cpp \
181182
gplus.cpp \
182183
graphicsutilities.cpp \
183184
helpdlg.cpp \
185+
hotkeysdlg.cpp \
184186
igramarea.cpp \
185187
igramintensity.cpp \
186188
imagehisto.cpp \
@@ -208,6 +210,7 @@ SOURCES += SingleApplication/singleapplication.cpp \
208210
pixelstats.cpp \
209211
plotcolor.cpp \
210212
profileplot.cpp \
213+
profileplotpicker.cpp \
211214
psfplot.cpp \
212215
psi_dlg.cpp \
213216
psiphasedisplay.cpp \
@@ -227,6 +230,7 @@ SOURCES += SingleApplication/singleapplication.cpp \
227230
settingsdft.cpp \
228231
settingsGeneral2.cpp \
229232
settingsigram.cpp \
233+
settingsigramimportconfig.cpp \
230234
settingsprofile.cpp \
231235
showaliasdlg.cpp \
232236
showallcontoursdlg.cpp \
@@ -267,6 +271,7 @@ HEADERS += bezier/bezier.h \
267271
SingleApplication/singleapplication.h \
268272
annulushelpdlg.h \
269273
arbitrarywavefronthelp.h \
274+
astigpolargraph.h \
270275
arbitrarywavwidget.h \
271276
astigscatterplot.h \
272277
astigstatsdlg.h \
@@ -303,6 +308,7 @@ HEADERS += bezier/bezier.h \
303308
gplus.h \
304309
graphicsutilities.h \
305310
helpdlg.h \
311+
hotkeysdlg.h \
306312
IgramArea.h \
307313
igramintensity.h \
308314
imagehisto.h \
@@ -326,9 +332,11 @@ HEADERS += bezier/bezier.h \
326332
outlinestatsdlg.h \
327333
pdfcalibrationdlg.h \
328334
percentcorrectiondlg.h \
335+
percentCorrectionSurface.h \
329336
pixelstats.h \
330337
plotcolor.h \
331338
profileplot.h \
339+
profileplotpicker.h \
332340
psfplot.h \
333341
psi_dlg.h \
334342
psiphasedisplay.h \
@@ -348,6 +356,7 @@ HEADERS += bezier/bezier.h \
348356
settingsdft.h \
349357
settingsGeneral2.h \
350358
settingsigram.h \
359+
settingsigramimportconfig.h \
351360
settingsprofile.h \
352361
showaliasdlg.h \
353362
showallcontoursdlg.h \
@@ -386,6 +395,7 @@ HEADERS += bezier/bezier.h \
386395

387396
FORMS += arbitrarywavefronthelp.ui \
388397
annulushelpdlg.ui \
398+
astigpolargraph.ui \
389399
astigstatsdlg.ui \
390400
averagewavefrontfilesdlg.ui \
391401
batchigramwizard.ui \
@@ -409,6 +419,7 @@ FORMS += arbitrarywavefronthelp.ui \
409419
foucaultview.ui \
410420
generatetargetdlg.ui \
411421
helpdlg.ui \
422+
hotkeysdlg.ui \
412423
igramintensity.ui \
413424
jitteroutlinedlg.ui \
414425
lensdialog.ui \
@@ -423,6 +434,7 @@ FORMS += arbitrarywavefronthelp.ui \
423434
outlineplots.ui \
424435
outlinestatsdlg.ui \
425436
pdfcalibrationdlg.ui \
437+
percentcorrectiondlg.ui \
426438
pixelstats.ui \
427439
profilearea.ui \
428440
profileplot.ui \
@@ -443,6 +455,7 @@ FORMS += arbitrarywavefronthelp.ui \
443455
settingsdft.ui \
444456
settingsGeneral2.ui \
445457
settingsigram.ui \
458+
settingsigramimportconfig.ui \
446459
settingsprofile.ui \
447460
showaliasdlg.ui \
448461
showallcontoursdlg.ui \

0 commit comments

Comments
 (0)