ui: Move .ui files one level up

This simplifies migration to CMake with CMAKE_AUTOUIC enabled.
This commit is contained in:
Oleg Shparber
2017-02-16 22:54:31 -05:00
parent 3c227b0879
commit d11913c49c
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ SOURCES += \
$$files(widgets/*.cpp)
FORMS += \
$$files(forms/*.ui)
$$files(*.ui)
include(qxtglobalshortcut/qxtglobalshortcut.pri)