1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Add stylesheets and ensure they are copied on build

This commit is contained in:
David Ankers 2012-07-29 01:53:45 +10:00
parent 83ae672533
commit fef831ec2b
4 changed files with 5 additions and 2 deletions

View File

@ -14,8 +14,6 @@ include(../libs/utils/utils.pri)
LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation)
win32 {
# CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd -lQExtSerialPortd
# else:LIBS *= -lExtensionSystem -lAggregation -lQExtSerialPort
RC_FILE = openpilotgcs.rc
target.path = /bin
INSTALLS += target
@ -32,3 +30,8 @@ win32 {
}
OTHER_FILES += openpilotgcs.rc
style_copy.commands += $(COPY_FILE) $$targetPath(\"$$GCS_SOURCE_TREE/src/app/stylesheets/*.qss\") $$targetPath(\"$$GCS_APP_PATH\") $$addNewline()
style_copy.target = FORCE
QMAKE_EXTRA_TARGETS += style_copy