forked from qt-creator/qt-creator
Utils: Fix qmake and qbs build files
Amends 41b73594ad
Change-Id: I77a739dd4163b2c7fe907c0fe6a2fda11adfffc6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -141,7 +141,8 @@ SOURCES += \
|
||||
$$PWD/infobar.cpp \
|
||||
$$PWD/aspects.cpp \
|
||||
$$PWD/layoutbuilder.cpp \
|
||||
$$PWD/variablechooser.cpp
|
||||
$$PWD/variablechooser.cpp \
|
||||
$$PWD/qtcsettings.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/environmentfwd.h \
|
||||
@@ -299,7 +300,8 @@ HEADERS += \
|
||||
$$PWD/aspects.h \
|
||||
$$PWD/layoutbuilder.h \
|
||||
$$PWD/variablechooser.h \
|
||||
$$PWD/set_algorithm.h
|
||||
$$PWD/set_algorithm.h \
|
||||
$$PWD/qtcsettings.h
|
||||
|
||||
FORMS += $$PWD/filewizardpage.ui \
|
||||
$$PWD/projectintropage.ui \
|
||||
|
@@ -225,6 +225,8 @@ Project {
|
||||
"qtcolorbutton.h",
|
||||
"qtcprocess.cpp",
|
||||
"qtcprocess.h",
|
||||
"qtcsettings.cpp",
|
||||
"qtcsettings.h",
|
||||
"reloadpromptutils.cpp",
|
||||
"reloadpromptutils.h",
|
||||
"removefiledialog.cpp",
|
||||
|
Reference in New Issue
Block a user