mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 21:00:37 +02:00
naming changes
This commit is contained in:
@@ -16,13 +16,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
scribblearea.cpp
|
||||
IntelliPhotoGui.cpp \
|
||||
PaintingArea.cpp \
|
||||
main.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
scribblearea.h
|
||||
IntelliPhotoGui.h \
|
||||
PaintingArea.h
|
||||
|
||||
FORMS += \
|
||||
widget.ui
|
||||
|
||||
Reference in New Issue
Block a user