parent
816ae74672
commit
9a72d4626f
@ -1,11 +0,0 @@
|
|||||||
SOURCES += \
|
|
||||||
$$PWD/videoform.cpp \
|
|
||||||
$$PWD/toolform.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
$$PWD/videoform.h \
|
|
||||||
$$PWD/toolform.h
|
|
||||||
|
|
||||||
FORMS += \
|
|
||||||
$$PWD/videoform.ui \
|
|
||||||
$$PWD/toolform.ui
|
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/videoform.cpp \
|
||||||
|
$$PWD/toolform.cpp \
|
||||||
|
$$PWD/dialog.cpp
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/videoform.h \
|
||||||
|
$$PWD/toolform.h \
|
||||||
|
$$PWD/dialog.h
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/videoform.ui \
|
||||||
|
$$PWD/toolform.ui \
|
||||||
|
$$PWD/dialog.ui
|
||||||
Loading…
Reference in new issue