forked from qt-creator/qt-creator
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
|
import QmlProject 1.0
|
||
|
|
|
||
|
|
Project {
|
||
|
|
importPaths: [ "../otherLibrary", "library" ]
|
||
|
|
}
|