forked from qt-creator/qt-creator
RemoteLinux: Fix qmake build
Amends 20d19aa5bf.
Change-Id: I0e5f6bec596a4a78bd3bfffd16c9a304af582165
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -13,7 +13,6 @@ HEADERS += \
|
||||
publickeydeploymentdialog.h \
|
||||
genericlinuxdeviceconfigurationwizard.h \
|
||||
remotelinuxdebugsupport.h \
|
||||
filesystemaccess_test.h \
|
||||
genericlinuxdeviceconfigurationwizardpages.h \
|
||||
abstractremotelinuxdeploystep.h \
|
||||
genericdirectuploadstep.h \
|
||||
@@ -55,7 +54,6 @@ SOURCES += \
|
||||
publickeydeploymentdialog.cpp \
|
||||
genericlinuxdeviceconfigurationwizard.cpp \
|
||||
remotelinuxdebugsupport.cpp \
|
||||
filesystemaccess_test.cpp \
|
||||
genericlinuxdeviceconfigurationwizardpages.cpp \
|
||||
abstractremotelinuxdeploystep.cpp \
|
||||
genericdirectuploadstep.cpp \
|
||||
@@ -90,6 +88,11 @@ FORMS += \
|
||||
genericlinuxdeviceconfigurationwizardsetuppage.ui \
|
||||
genericlinuxdeviceconfigurationwidget.ui
|
||||
|
||||
equals(TEST, 1) {
|
||||
HEADERS += filesystemaccess_test.h
|
||||
SOURCES += filesystemaccess_test.cpp
|
||||
}
|
||||
|
||||
RESOURCES += remotelinux.qrc
|
||||
|
||||
DEFINES += REMOTELINUX_LIBRARY
|
||||
|
||||
Reference in New Issue
Block a user