mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Several fixes related to refs #304
* removed #include <QtDesigner/QDesignerExportWidget>
* correct targets swiftcore / swiftgui
* Annotated possible error of QFontDialog / style sheet compliance
+ Set sizePolicy to preferred due to RWs rewiew ("over sized drawing")
This commit is contained in:
@@ -5,7 +5,7 @@ include (../../build.pri)
|
||||
QT += core dbus network xml multimedia gui
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = sample_blackcore
|
||||
TARGET = swiftcore
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
|
||||
Reference in New Issue
Block a user